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...
ST3 3103 Installed the package with Package Control. Jade package is also installed. 
Not sure if this is the same issue as #72 or not. Syntax highlighting in fenced code blocks works well, but there's minimal highlighting for the actual markdown itself. Links...
if with a tab indent the syntax highlighting will not work
I don't know what the limitations of Sublime's API are, but I'm wondering if it's possible to support the wrapping of bullet point text content to the position where the...
Hi, I can't get code fencing for c++ code to work correctly. It's working for javascript, html, css and shell. I'm using ```cpp like the other syntaxes. Just to make...
Could you support reStructuredText?
```sql truncate table tblTablename ``` does not highlight but, ```sql truncate table tblTablename select \* from test ``` highlights the second statement
Hi, Thanks for a great extension. However, it seems to be lacking some features. I've tested it with Monokai Extended and Seti_UX, even worked with the Seti_UX dev to [bring...
``` normal text here --- everything here is a yaml syntax ``` it's a problem because `---` is used as a separator. by the way, thanks! this project makes markdown...