Hacker News new | ask | show | jobs
I built a 2.3MB Markdown-to-PDF app because Chromium felt absurd (github.com)
4 points by buttterski 45 days ago
2 comments

A screenshot of the UI would've been nice in the README. Benchmarks are hard to evaluate without a comparison to pandoc or other solutions.

Still, neat project. I love small, pointed software

Thanks! I'll add that right away.
Nice work. I’m curious how you handle edge cases like large tables, nested lists, and code blocks while keeping the implementation so lightweight.