Find Related products on Amazon

Shop on Amazon

Ask HN: Where are the good Markdown to PDF tools (that meet these requirements)?

Published on: 2025-07-08 15:18:44

I'm trying to convert a very large Markdown file (a couple hundred pages) to PDF. It contains lots of code in code blocks and has a table of contents at the start with internal links to later pages. I've tried lots of different Markdown-PDF converters like md2pdf and Pandoc, even trying converting it through LaTeX first, however none of them produce working internal PDF links, have effective syntax highlighting for HTML, CSS, JavaScript and Python, and wrap code to fit it on the page. I have a very long regular expression (email validation of course) that doesn't fit on one line but no solutions I have found properly break the lines on page overflow. What tools does everyone recommend? ... Read full article.