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