sublime-markdown-extended icon indicating copy to clipboard operation
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...

Results 76 sublime-markdown-extended issues
Sort by recently updated
recently updated
newest added

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: ![Screenshot from 2019-12-23 16-18-21](https://user-images.githubusercontent.com/2314797/71386059-0eb59e00-25a0-11ea-8f66-b1746418f6d2.png)

ST Build 3126 Highlighting works fine for javascript code blocks, but not for swift code blocks: ![image](https://cloud.githubusercontent.com/assets/1756909/22977085/95a42dd4-f38d-11e6-92e6-633ed68fa677.png)

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