Converting multiple Markdown files with links to PDF -



Converting multiple Markdown files with links to PDF -

i've written load of technical documentation in markdown. chose utilize versioning , can view in on github.

we need share external users (who aren't comfortable markdown), convert pdf.

gimli seems best tool have found conversion (it uses same stylesheet github looks same), doesn't convert links well. there that'll this?

i don't know type of links have problems (inline links, reference links, html links, image links, automatic links...), can seek utilize pandoc:

pandoc *.md -o result.pdf

this convert files *.md file extension single pdf.

pdf markdown

Comments

Popular posts from this blog

javascript - mongodb won't find my schema method in nested container -

How do you set up a perforce server to work over the internet? -

ios - Lagging ScrollView with UIWebview inside -