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

improve latex and fix --- separator issue #117

Closed randy3k closed 8 years ago

randy3k commented 8 years ago

This is really two PRs..and I am lazy to split them.

  1. improve latex detection, allow, for example, $\text{$x$}$
  2. fix the separator problem mentioned in https://github.com/jonschlinkert/sublime-markdown-extended/commit/e864385465ea0a2c921f2fd04dacc78850bf1fd. If the first row doesn't contain ---, it will never include the front matter.
jonschlinkert commented 8 years ago

@randy3k I added you as a collaborator, feel free to merge! thanks again!

randy3k commented 8 years ago

@thanks, the latex fix may need more work, there are many special cases to take care of. Will merge it once it is done.

simov commented 8 years ago

Thanks @randy3k :cat2:

jonschlinkert commented 8 years ago

agreed! thanks @randy3k!