sublime-markdown-extended
sublime-markdown-extended copied to clipboard
Syntax Highlighting For Indented Fenced Code Blocks
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...
pr welcome