Pandoc - cunhapaulo/ReferenceCard GitHub Wiki
PANDOC Templates
Original documentation: Pandoc Templates
Generating a LaTeX Template file for Pandoc
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.
PANDOC Commands
Reading from the Web
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