-
Notifications
You must be signed in to change notification settings - Fork 0
Pandoc
Paulo Cunha edited this page Mar 24, 2023
·
3 revisions
Original documentation: Pandoc Templates
A pandoc latex template is just a regular latex file with some placeholder variables in it. You can print the default template with:
pandoc -D latex > default.latex.
Instead of an input file, an absolute URI may be given. In this case pandoc will fetch the content using HTTP:
pandoc -f html -t markdown https://www.fsf.org