-
-
Notifications
You must be signed in to change notification settings - Fork 251
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
Convert Markdown to PDF Locally with this flavour #94
Comments
Dunno if you'd consider this "easy", but how about when you have the On Fri, May 20, 2016 at 8:04 PM, Steven Hall [email protected]
|
I would consider it easy normally, but I was planning on doing it for scripting purposes so having a bash command I could use would be best. Plus printing to PDF shows the URL at the top (at least by default), which I would rather not have on the PDF. I'll think about it a bit to see if I can think of something, but if you or anyone else has any other suggestions that would be appreciated. For the sake of completeness, if I find a solution for my needs I will come back here to post. I like the way that the markdown looks when it gets converted here, which is why I wanted this style specifically. |
@hallzy never found an alternative? |
@nraw No, never did. But honestly, I forgot about this issue until just now so I haven't really been looking around lately |
You could use |
But... if you need to simply generate a PDF, use vim-instant-markdown/after/ftplugin/markdown/instant-markdown.vim Lines 120 to 124 in fc2ca4b
|
Perhaps someone with more experience can help me with this. Is there an easy way to use this github-like flavour of markdown to convert a markdown file to a pdf locally?
For example, is there a way to tell pandoc to use the flavour used here by referring it to the css file or something?
The text was updated successfully, but these errors were encountered: