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

"Fenced" code blocks in lists #23

Closed mchwalisz closed 10 years ago

mchwalisz commented 10 years ago

It would be great if you could add support for indented code blocks in the list.

For example:

  1. Test

    echo "Test code"
  2. Test 2

in GFM this is interpreded as code for list item 1. but it is not recognized in your code.

Thanks in advance.

jonschlinkert commented 10 years ago

dupe https://github.com/jonschlinkert/sublime-markdown-extended/issues/8