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

Allow fenced code blocks within lists (indented blocks) #162

Open nanoant opened 7 years ago

nanoant commented 7 years ago

This comes with minimal changes:

  1. Moving out fenced code block rules to own group.

  2. Including this group in main body and indented bodies.

Relates to https://github.com/jonschlinkert/sublime-markdown-extended/issues/157