Y
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
biggest_lou
3873 days ago
That's fine for a single document, but definitely doesn't work for an entire directory structure worth of Markdown files
link
stdbrouw
3873 days ago
Are you serious? Try `ls *.md | xargs -I {} pandoc {} -o {}.pdf`
link