Skip to content

Instantly share code, notes, and snippets.

@xuanlongma
Last active March 22, 2024 21:49
Show Gist options
  • Star 30 You must be signed in to star a gist
  • Fork 3 You must be signed in to fork a gist
  • 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