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 all, long-time user of Markdown Extended with Sublime Text here; thanks so much! It's been a life-saver. I noticed something odd today on my macOS systems running ST3 build...

- Installed Monokai Extended - Installed Markdown Extended there is no markdown styling applied; Interestingly, Markdown Extended is not included in the package list: ![screen shot 2016-08-02 at 2 32...

Attached image to highlight what I mean ![example](https://cloud.githubusercontent.com/assets/646398/22093706/a22f20c2-ddbc-11e6-97f6-9e8d03d217a6.PNG) Ideally, there would be support for [Stitch](https://github.com/pystitch/stitch), which would include some other code chunk options such as `echo=False` and so on.

If you add below as code block with bash syntax, then everything below will be interpreted as bash script, even if you close code block. ```bash case "$1" in start)...

When using [`Babel` syntax highlighting](https://github.com/babel/babel-sublime) you have to disable the default `JavaScript` package in order for it to be used in HTML `script` tags, and other such places. After disabling...

This is a fix for gfm handling of _ (italic) and __ (bold), see #96 and #61 Here's my test file before and after: ![before_patch](https://cloud.githubusercontent.com/assets/23187701/20237000/c362b25c-a8c6-11e6-81c1-93f18317a724.png) ![after_patch](https://cloud.githubusercontent.com/assets/23187701/20237001/c459125a-a8c6-11e6-9786-659d6940e8ae.png) It would be simpler...

Different implementations, all as include (for now...)

Adds support for all (standard and amsmath) math environments. - `latex-inline` and `latex-display` are combined to `latex` since math environments can be started at any time. - The reason for...