Markdown to PDF using pandoc on FreeBSD Get link Facebook X Pinterest Email Other Apps - January 07, 2022 Install pandoc and wkhtmltopdf:# pkg install pandoc# pkg install wkhtmltopdf Convert markdown to pdf: $ pandoc --pdf-engine=wkhtmltopdf -o test.pdf test.md Get link Facebook X Pinterest Email Other Apps Comments
Comments
Post a Comment