vim-markdown icon indicating copy to clipboard operation
vim-markdown copied to clipboard

Vim Markdown runtime files

Results 61 vim-markdown issues
Sort by recently updated
recently updated
newest added

## Environment I use the built-in markdown plugin with gvim 9.1, without installing any third-party markdown filetype plugins. - gvim_9.1.0309_x64_signed.exe - Win 10 pro 22H2 ## Issue reproduction 1. `:new`...

When you try to format your whole document with `gq` it usually happens that the heading and the text from the next line get joined into one line. This is...

This adds the syntax of TeX enclosed in dollars.

Fix #207 Fix #190 This PR adds syntax highlighting for code fences nested in block quotes. ```` > ``` > some code > ``` ```` Currently the highlighting is broken...

can I have all fenced block highlighted by default instead of having to specify which file types I can use to highlight?

If a fenced code block is found within a block quote, like so: ```markdown > intro text > > ``` > some code > ``` ``` then this breaks nearly...

This is more of a question than a report: I can't figure out the point of the following sequence: ``` setlocal comments=fb:*,fb:-,fb:+,n:> ... setlocal formatoptions+=tcqln formatoptions-=r formatoptions-=o ... setlocal formatlistpat=^\\s*\\d\\+\\.\\s\\+\\\|^[-*+]\\s\\+\\\|^\\[^\\ze[^\\]]\\+\\]:...

baseline, no problem Text ```{.perl} $a = 1 ``` Post code block text if a { is present in the code block, "Post code block text" will be highlighted wrongly...

When I don't activate syntax highlighting, I can set a background color for code blocks like this: ```vim :highlight markdownCodeBlock ctermbg=240 ``` But this sets the background color only until...

I would like to set a custom background color for fenced code blocks with syntax highlighting activated. When I don't activate syntax highlighting, I can set a background color for...