markdown-viewer
markdown-viewer copied to clipboard
Support for GitLab-style math blocks
It would be more useful if GitLab-style math blocks are supported.
Inline math: $`a + b = c`$
display math:
```math
a + b = c
```
They are supported in Markdown Preview Plus extension.
Thanks, that's a good suggestion :+1: