Markdown preview plugin for Vim
Go to file
2022-01-14 13:25:07 +09:00
autoload Merge branch 'master' into auto_update_neovim 2021-10-20 02:17:50 +09:00
doc Add auto_update feature for neovim 2021-09-19 09:02:00 +09:00
plugin add args to decide for how to open window 2021-04-23 15:14:33 +09:00
.gitignore add help document 2020-01-08 16:22:51 +09:00
LICENSE add license 2020-01-08 16:20:29 +09:00
README.md Update README.md 2022-01-14 13:25:07 +09:00

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

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