vim-markdown-preview
vim-markdown-preview copied to clipboard
Add option vim_markdown_preview_pandoc_css
Add an option to specify a css file for genration with pandoc. In the vimrc : let vim_markdown_preview_pandoc_css='/absolute/path/to/file.css' or let vim_markdown_preview_pandoc_css='$HOME/path/to/file.css'
You can test with this css : https://gist.github.com/Dashed/6714393
@misaflo Do you know how to install your repo with Vundle?
With vim-plug, you can install it like this:
Plug 'misaflo/vim-markdown-preview', { 'branch': 'markdown_preview_pandoc_css' }
I don't know with Vundle.