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

Hi there, Would be great to have support for: - Clojure/ClojureScript - There are a few problems with the built-in Clojure language support (see [here](http://www.sublimetext.com/forum/viewtopic.php?f=3&t=14077) or [here](http://www.sublimetext.com/forum/viewtopic.php?f=3&t=11204), but having at...

It seems you only get highlight for one of them. If you only use a couple of `` and `` then fenced blocks work, but html tags look like mere...

This would be more of an extra feature, I was wondering whether it would be possible. Would be up for having a look myself if no one's tried it already....

If i use double brackets [[ inside a code block like ``` git checkout [-q] [-f] [-m] [[-b|-B|-orphan] new_branch>] [] ``` all of the following code will be yellow. If...

bug

Any chance support could be added for [JavaScript Next](https://github.com/Benvie/JavaScriptNext.tmLanguage)? This is a superset of current JS so it should work for all JS code blocks. Currently if I have ES6...

JavaScript doesn't seem to properly close and keeps highlighting everything after it as code block... ![image](https://user-images.githubusercontent.com/47599989/230452488-01b2a1aa-8016-4979-9bbc-54d3a099f13d.png)