Pweave
Pweave copied to clipboard
md to pdf using pweave
Is it possible to convert a md/pmd file directly to pdf using pweave? md2html works perfectly but I can't find anything like md2pdf
I think you can generate the pmd file to md, and then use pandoc to generate the pdf file.
Something like:
pandoc test.md -o test.pdf