vim-markdown-preview icon indicating copy to clipboard operation
vim-markdown-preview copied to clipboard

Add option vim_markdown_preview_pandoc_css

Open misaflo opened this issue 5 years ago • 2 comments

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 avatar Mar 27 '19 14:03 misaflo

@misaflo Do you know how to install your repo with Vundle?

kklot avatar Jan 07 '21 20:01 kklot

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.

misaflo avatar Jan 08 '21 07:01 misaflo