Skip to content

Instantly share code, notes, and snippets.

@xuanlongma
Last active May 1, 2024 19:18
Show Gist options
  • Save xuanlongma/5564190 to your computer and use it in GitHub Desktop.
Save xuanlongma/5564190 to your computer and use it in GitHub Desktop.
Combine multiple input files when using Pandoc

If multiple input files are given, pandoc will concatenate them all (with blank lines between them) before parsing. -- from Pandoc website

Pandoc command: pandoc -s input1.md input2.md input3.md -o output.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment