68bb1f92499f38ac9034c0e0252513fc3a0942b5
- Improve maintainability by using functions and arrays for input/output handling - Reduce redundancy in pandoc command calls
My Resume
Getting started
# Output as PDF
pandoc resume.md -f markdown -t pdf -o resume.pdf \
-V geometry:margin=0.75in \
-V mainfont="Lato" \
-V fontsize=11pt \
-V raggedright
## Output as DOCX
pandoc resume.md -f markdown -t docx -o resume.docx
Description
Languages
Shell
100%