sublime-markdown-extended
sublime-markdown-extended copied to clipboard
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 S...
I've with 3154. ``` Error loading syntax file "Packages/Markdown Extended/Syntaxes/Markdown Extended.sublime-syntax": no such target scope:source.css#rule-list-body ``` I've tried to reinstall the plugin but still here.
This is a lovely package that adds some great features to the standard md syntax, but I can't bring my self to use it as it takes 2-3 seconds to...
For example the `"""` in a block of python code leaks out: 
ST Build 3126 Highlighting works fine for javascript code blocks, but not for swift code blocks: 
Error loading scope:source.css.less: Unable to find syntax file for scope source.css.less in Packages/Markdown Extended/Syntaxes/Markdown Extended.sublime-syntax Error loading scope:source.nginx: Unable to find syntax file for scope source.nginx in Packages/Markdown Extended/Syntaxes/Markdown Extended.sublime-syntax...
In order to get a fenced code block to be recognized by _Markdown Extended_, you must leave a blank line before the opening marker, like this: ~~~~~ some text ```...
Is it possible to highlight a generic fenced code block like the one below? This is useful when the language is not specified. ``` code ```
This is a feature request. If somebody types a "bare" link in their markdown, such as http://google.com can we have it highlighted, even though it's not [](http://google.com) ? I think...
This adds typescript support. A quick test on my box has shown no issues
I find that it can take a moment to distinguish between something like a third-level title (`###`) and a fourth-level title (`####`), it would be nice if there was a...