vscode-markdown: Math syntax (delimiter style) is not compatible with GitLab
Git lab requires $`19+1=20`$
but markdown all in one does not is expects $19+1=20$
.
About this issue
- Original URL
- State: open
- Created 5 years ago
- Reactions: 4
- Comments: 16 (9 by maintainers)
Commits related to this issue
- 🛠#570 option `math.enabled` — committed to yzhang-gh/vscode-markdown by deleted user 4 years ago
I implemented markdown-it-texmath intentionally as a standalone plugin for
markdown-it-texmath
usable withnode.js
and in browsers.So if it serves the needs of you and your users … go ahead and take it.
Thanks for your interest.
Thanks you @goessner. Your extension provides a very nice support of math in Markdown. Let’s first see whether our two extensions can work seamlessly now. Further, we can also work together if integration is needed for better user experience.
I have added an option
math.enabled
. They should be compatible now (in terms of the VSCode’s builtin preview).(the dev build)