13 lines
208 B
Markdown
13 lines
208 B
Markdown
# My Resume
|
|
|
|
## Getting started
|
|
|
|
```sh
|
|
# Converting to PDF
|
|
pandoc resume.md -f md -t pdf -o resume.pdf \
|
|
-V geometry:margin=0.75in \
|
|
-V mainfont="Lato" \
|
|
-V fontsize=11pt \
|
|
-V raggedright
|
|
```
|