Y
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
dwmbt
895 days ago
`pandoc resume.md -o resume.pdf -V geometry:margin=1in`
link
TrueGeek
895 days ago
Thank you, I hadn't heard of pandoc previously. Pretty cool way to store a resume.
link