vim-markdown-preview is a (customizable) plugin for the vim editor to preview markdown documents.
See doc/vmp.txt
If you install vim-markdown-preview, please run :helptags $HOME/.vim/doc
to be able to view
the documentation from within vim.
Download
-
Option 1
Clone the repository! The master branch is where stable, or soon-to-be-released code lives. -
Option 2
You can download versioned releases from the downloads page.
Automatic installation
vim-markdown-preview is bundled with an installer script which will install to $HOME/.vim/plugin/
sh install.sh
Send vim the command :Mm
for a preview of your markdown document.
Alternatively, bind :Mm
to a key binding:
map <leader>p :Mm<CR>
- vim
- Ruby support for vim.
- kramdown (bundled with this package)
If you're previewing documents in the links browser, remember to use ctrl+r after previewing a document for the 2nd, 3rd, ..., etc time or you'll be left with the cached version.
links browser
.. more to come!
Bugs are tracked through The GitHub Issue Tracker.