diff --git a/pages/common/pandoc.md b/pages/common/pandoc.md index cd0b29cf6..cdda73900 100644 --- a/pages/common/pandoc.md +++ b/pages/common/pandoc.md @@ -7,14 +7,14 @@ `pandoc {{input.md}} -o {{output.pdf}}` +- Convert to a standalone file with the appropriate headers/footers (for LaTeX, HTML, etc.): + +`pandoc {{input.md}} -s -o {{output.html}}` + - Force conversion to use a specific format: `pandoc {{input.docx}} --to {{gfm}} -o {{output.md}}` -- Convert to a standalone file with the appropriate headers/footers (for LaTeX, HTML, etc.): - -`pandoc {{input.md}} -s -o {{output.tex}}` - - List all supported input formats: `pandoc --list-input-formats`