tpope / vim-markdown

Vim Markdown runtime files
1.22k stars 191 forks source link

Fenced code block within another fenced code block breaks highlighting #195

Closed john-cj closed 2 years ago

john-cj commented 2 years ago

If your document is about the Markdown language itself, you may need to put one fenced code block inside another. This breaks the highlighting.

# heading 1

this is how fenced code blocks look:

```` markdown
``` vim
set syntax=ON

# heading 2

some text

image

Vim 9.0. Color scheme: Delek

tpope commented 2 years ago

This was fixed 2 years ago.