This is vim plugin that can preview markdown in Vim terminal.
- MichaelMure/mdr or specified markdown parser
- Vim 8.1.1401 ~
e.g dein.vim
[[plugins]]
repo = 'skanehira/preview-markdown.vim'
:PreviewMarkdown [left|top|right|bottom|tab]
option | description |
---|---|
g:preview_markdown_parser |
Use specified command to parse markdown, default is mdr |
g:preview_markdown_auto_update |
Update preview window when write to buffer. |
skanehira