preview-markdown.vim
This plugin is no longer to develop. If you want to use, you can fork and improve it yourself
This is vim plugin that can preview markdown in Vim terminal.
Requirements
- MichaelMure/mdr or specified markdown parser
- Vim 8.1.1401 ~
Installation
e.g dein.vim
[[plugins]]
repo = 'skanehira/preview-markdown.vim'
Usage
:PreviewMarkdown [left|top|right|bottom|tab]
Options
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. |
Markdown parser
Author
skanehira