fix: change md to markdown in pandoc command

This commit is contained in:
2025-09-19 12:30:46 -04:00
parent 98accf7a3e
commit b4aef072fe
+1 -1
View File
@@ -4,7 +4,7 @@
```sh
# Converting to PDF
pandoc resume.md -f md -t pdf -o resume.pdf \
pandoc resume.md -f markdown -t pdf -o resume.pdf \
-V geometry:margin=0.75in \
-V mainfont="Lato" \
-V fontsize=11pt \