Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add option vim_markdown_preview_pandoc_css #92

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

misaflo
Copy link

@misaflo misaflo commented Mar 27, 2019

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 added 2 commits March 27, 2019 15:36
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'
@kklot
Copy link

kklot commented Jan 7, 2021

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

@misaflo
Copy link
Author

misaflo commented Jan 8, 2021

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants