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