sublime-markdown-extended icon indicating copy to clipboard operation
sublime-markdown-extended copied to clipboard

Syntax Highlighting For Indented Fenced Code Blocks

Open vladipus opened this issue 9 years ago • 1 comments

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
    ```

2. Activate the...

vladipus avatar Jun 15 '16 11:06 vladipus

pr welcome

jonschlinkert avatar Sep 24 '16 11:09 jonschlinkert