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

Syntax Highlighting For Indented Fenced Code Blocks #131

Open vladipus opened 8 years ago

vladipus commented 8 years ago

Indented code blocks should be supported as well. They are used in lists.

Example:

1. Install the Redmine for PostgresSQL:

    ```bash
    sudo apt-get install redmine-pgsql
  1. Activate the...
jonschlinkert commented 7 years ago

pr welcome