vim-markdown
vim-markdown copied to clipboard
Markdown Vim Mode
I am using `vim-markdown` as my only writing related plugin. Previously, with other plugins—`vimwiki` and `wiki.vim`—I have been able to create a markdown link to a new file and to...
Minor fix for errors found with `:set debug=msg`, when `g:vim_markdown_frontmatter` is not set.
I have an iPad and an iPhone with iVim and vim-markdown. Identical .vimrc on both devices. In it I have `let g:vim_markdown_folding_level = 6`. I get different results on the...
Hi all, I think my vim-markdown conceal is not working properly, which looks like this:  And here is my `.vimrc` content: ```sh set nocompatible " be iMproved, required filetype...
Maybe I'm doing something wrong but if I add ```vim let g:vim_markdown_folding_level = 2 ``` to my `.vimrc`, it has no effect. The plugin will still fold every single section...
The md text was folded first of all. When I open a text area and move the cursor out of it, the text area was auto folded which is not...
Align table columns in accordance with colons. by providing Tabularize command format specifier matching the colons
When working on a mixed Markdown/LaTeX document, I noticed after a while the performance of very basic actions like deleting a word or pasting text was becoming very slow. I...
here is log ``` Error detected while processing /usr/local/share/nvim/runtime/syntax/vim.vim: line 768: E403: syntax sync: line continuations pattern specified twice Error detected while processing function 167_MarkdownRefreshSyntax[2]..167_MarkdownHighlightSources: line 31: E171: Missing :endif...
For some reason the folding goes haywire when I'm typing things in insert mode. Basically it will keep going up and down in fold level around the current block I'm...