jonschlinkert / sublime-markdown-extended

Top 100 Sublime Text plugin! Markdown syntax highlighter for Sublime Text, with extended support for GFM fenced code blocks, with language-specific syntax highlighting. YAML Front Matter. Works with ST2/ST3. Goes great with Assemble.
https://github.com/jonschlinkert
MIT License
660 stars 96 forks source link

For Latex equations inside Markdown one should use \[ ... \] over $$ ... $$ #168

Closed robinrosenstock closed 6 years ago

robinrosenstock commented 6 years ago

The regex should be using \[ ... \], or at least add an alternative for that. Also for the latex-inline.

See this discussion on tex.stackexchange: Why is \[ … \] preferable to $$ … $$?

robinrosenstock commented 6 years ago

Ah, I've overlooked this issue: #164