fix: change md to markdown in pandoc command
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
```sh
|
```sh
|
||||||
# Converting to PDF
|
# 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 geometry:margin=0.75in \
|
||||||
-V mainfont="Lato" \
|
-V mainfont="Lato" \
|
||||||
-V fontsize=11pt \
|
-V fontsize=11pt \
|
||||||
|
|||||||
Reference in New Issue
Block a user