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

Is it possible to increase the indentation for go to symbol? For example, here's the current scheme with the base Markdown syntax: ![image](https://cloud.githubusercontent.com/assets/1307603/18921281/2f0e4dd6-8572-11e6-9f87-d0900b6e6525.png) 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......

request

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: ![image](https://cloud.githubusercontent.com/assets/1756909/16944734/3a47b280-4da2-11e6-88b5-7f2fd2cbc5a6.png) Monokai Extended Origin: ![image](https://cloud.githubusercontent.com/assets/1756909/16944747/415363d0-4da2-11e6-948d-2946c0d6d8bf.png) ``` ## 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 ``` ![2015-07-28 19_54_47-untitled - sublime...

bug

Are there plans to support ["goto symbols"](http://sublime-text-unofficial-documentation.readthedocs.org/en/latest/reference/symbols.html) (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.

request

Getting the following pink highlighting in the comment: ![weird-double-hyphen-highlighting-in-comments](https://cloud.githubusercontent.com/assets/468323/16052691/ffcfb386-326d-11e6-8760-b4bd77c9c40b.png)

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