Mark Parker

Results 6 issues of Mark Parker

Add TaskGroup import for use in type annotations.

Add `reply_to_message_id` to support forum topics. More: https://stackoverflow.com/a/77374054/11677524

1. Use regex to parse single-line snippets inside \` and multi-line snippets inside \``` instead of highlighting entire message 2. Automatically parse language in multi-line snippets if it's specified e.g....

I have the base64-encoded public key ```swift let publicKey = "LS0tLS1CRUdJTiBQVUJMSUMgS0VZLS0tLS0KTUlJQklqQU5CZ2txaGtpRzl3MEJBUUVGQUFPQ0FROEFNSUlCQ2dLQ0FRRUFxRks1TFBsclEwanpwSnhEN2VWQgpVYTBLVmVDT1o4akFaWVI0T0NWSzVlZlRGMzdHSXBlWmxrUHVVcWJsR2M4akJVMEQrMnVqU29xVUh4d1c2TmRDCklaUjBZblU4dGJNWVoyRTRlVTVzZkdySmdIbm1scEZnYlA4SDZyRWt3emZlQm03NGhkd1dXeFU4WHVtWDdUNVoKRlJHai9lRUp0a3pCMDhkS2hKckJuTTBTRzhscXU0S3k2cmd2cXh0VC9ENmNhN0g4ZVpDV0MzM29PditvSm9ITwpmd3dFRHVJVThncGFrWmNhZWpBTWVWVVdYUStES0s4THo0YmRjUGwzSUJrNFVHdTN5bVRFN2gxb3RQaDBPUUNICm5vUk1QNTdZNmMvVmVYQytmRnZXTy9mUEphUU9MYk9jV0poTFFTVGlFUTJHNzdZcnc3UDlDb1FFTWxnZDc5ZloKZlFJREFRQUIKLS0tLS1FTkQgUFVCTElDIEtFWS0tLS0tCg==" ``` When I am trying: ```swift try PublicKey(base64Encoded: publicKey) // throws error ``` It throws error: ``` asn1ParsingFailed Couldn't...

Please, add an ability to change the appearance by providing a custom css file. May be related: - https://github.com/zaaack/vscode-markdown-editor/issues/28 - https://github.com/zaaack/vscode-markdown-editor/issues/46