Remove page numbers when producing a .pdf file using Pandoc
$ pandoc -o output.pdf input.md -V pagestyle=empty
The option empty
tells pagestyle
to remove running heads or page numbers1.
Source:
$man pandoc
.↩︎
personal computing command-line interface (cli) gnu linux trisquel shell literacy office applications wiki pandoc