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...
Is it possible to increase the indentation for go to symbol? For example, here's the current scheme with the base Markdown syntax:  Here's the same file with Markdown extended...
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......
creating this issue to aggregate other `bash` and `sh` syntax related issues. (please don't create additional bash bug reports. it's a known issue. thanks) related: - https://github.com/jonschlinkert/sublime-markdown-extended/issues/56 - https://github.com/jonschlinkert/sublime-markdown-extended/issues/133
ST 3114 OS X 10.11 Note the first bullet: Monokai Extended Bright:  Monokai Extended Origin:  ``` ## Bla bla * other bullet * Some [quote](https://www.google.com) * more bullet...
In this example, only the first list item has its number styled. ``` 1. test 2. test 3. test * a * b * c ```  (e.g. ctrl+r on windows)? A way it could work is to treat headers as symbols so it's easy to navigate through the document.
Getting the following pink highlighting in the comment: 
With jekyll 3.0 the recommended syntax highlighter for `kramdown` is `rouge` which allows us to generate code blocks using the tilde `~` but in some languages like in php, if...
I have exactly the same issue as #72 - when I install this plugin it just does not do anything at all - I have the .md file opened, Markdown...
Hi, installed a few minutes ago sublime does not highlight/preview markdown text properly. This here works: ``` markdown Package Control Messages ======================== Markdown Preview ---------------- Sublime Text 2/3 Markdown Preview...