Hacker News new | ask | show | jobs
by stdbrouw 3873 days ago
It'd be nice to have it be part of the editor, but `pandoc document.md -o document.pdf` does the trick.

http://pandoc.org/getting-started.html

1 comments

That's fine for a single document, but definitely doesn't work for an entire directory structure worth of Markdown files
Are you serious? Try `ls *.md | xargs -I {} pandoc {} -o {}.pdf`