David Klement

Results 4 comments of David Klement

Since the original author stopped commenting, I will take it from here. I made the following tiny example: [macros.zip](https://github.com/yzhang-gh/vscode-markdown/files/11782167/macros.zip) When I use the command directly, it works. When I use...

> I checked my settings and guess that might be because you have the VS Code's built-in math support enabled. Yes, this was the cause. It works now, thanks!

> I've tried disabling `markdown.math.enabled` and `markdown.extension.math.enabled`, but my HTML outputs still don't render some symbols properly. Only set `markdown.math.enabled` to false. Leave `markdown.extension.math.enabled` set to true (the default).

Hello, I might get arround to adding some type annotations. I [annotated a few files](https://github.com/kulisak12/borg/commit/07712129e9f99a01ac295b9ebb7fd4e565607499) just to try it out, and I thought I would ask for guidance before continuing....