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

web services - java.lang.NoClassDefFoundError: Could not initialize class net.sf.cglib.proxy.Enhancer -

Accessing MATLAB's unicode strings from C -

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