Hacker News new | ask | show | jobs
by TrueGeek 895 days ago
How are you converting the markdown format resume to a Word doc / PDF?
1 comments

`pandoc resume.md -o resume.pdf -V geometry:margin=1in`
Thank you, I hadn't heard of pandoc previously. Pretty cool way to store a resume.