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

This comes with minimal changes: 1. Moving out fenced code block rules to own group. 2. Including this group in main body and indented bodies. Relates to https://github.com/jonschlinkert/sublime-markdown-extended/issues/157

Wasn't sure whether to add it to the YAML version too, but it seems out-of-date anyway. Best regards Oliver

the copy - paste caused some odd git change; but looks ok and when tested it worked for me.

I was trying to view a snippet of the [Ruby Style Guide](https://github.com/bbatsov/ruby-style-guide) in Sublime, but I noticed that all the Ruby sections weren't being highlighted. It took me a while,...

Hi! In my projects, I'm using [markdown-it-container](https://github.com/markdown-it/markdown-it-container) allowing to create block-level custom containers within markdown. The markup syntax is the same as for fenced code blocks. Difference is, that marker...

This java fenced code block displays fine: but, if I miss a semicolon in the Java, the rest of the Java syntax looks fine, but the fenced code block overflows...

I'm thinking to move to Atom and I'm interested in using Monokai Extended and more specifically Markdown Extended. It's absolutely awful that there's no **meaningful** syntax themes for Atom --...

Using Monokai Extended Light theme GFM fenced blocks look like this: ![tisuuth1](https://cloud.githubusercontent.com/assets/476060/7042624/811d0cf8-dde3-11e4-8892-1e6247ddfea8.png) The background color should be adjusted to light background color.

As the built-in LaTeX syntax contains `$top_level_main` (or the old `$base`), it is impossible to embedded it perfectly, see https://github.com/jonschlinkert/sublime-markdown-extended/issues/49 https://github.com/sekogan/MarkdownLight/issues/2 https://github.com/textmate/textmate/pull/1276 Therefore I hacked the LaTeX syntax by forcibly...

Looks like a code block _must_ be preceded by a new line, and have no indentation in order to be correctly highlighted.