I built a 2.3MB Markdown-to-PDF app because Chromium felt absurd
1–8 of 8 posts
Re: I built a 2.3MB Markdown-to-PDF app because Chromium felt absurd
#2[flagged]
Re: I built a 2.3MB Markdown-to-PDF app because Chromium felt absurd
#3[deleted]
Re: I built a 2.3MB Markdown-to-PDF app because Chromium felt absurd
#4Nice work. I’m curious how you handle edge cases like large tables, nested lists, and code blocks while keeping the implementation so lightweight.
Re: I built a 2.3MB Markdown-to-PDF app because Chromium felt absurd
#5Nice work. I’m curious how you handle edge cases like large tables, nested lists, and code blocks while keeping the implementation so lightweight.
[flagged]
Re: I built a 2.3MB Markdown-to-PDF app because Chromium felt absurd
#6A 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
Re: I built a 2.3MB Markdown-to-PDF app because Chromium felt absurd
#7A 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.