Hacker News new | ask | show | jobs
Show HN: Markdown to PDF CLI Tool (github.com)
6 points by leonardosalasd 27 days ago
1 comments

Ever heard of Pandoc? How is this different or necessary?
Yes, I've actually used Pandoc a lot, but I think they solve different problems. With Pandoc you have to deal with LaTeX templates and/or heavy installations. This is faster, lighter, and simpler. It's for when you have a .md file that you want to convert to PDF quickly without having to deal with a lot of things.

Either way, any comments or suggestions are more than welcome!