Skip to content

Instantly share code, notes, and snippets.

@stekhn
Last active March 26, 2025 13:26
Show Gist options
  • Save stekhn/0b1641f0bef7da8e0619204aa1bf9283 to your computer and use it in GitHub Desktop.
Save stekhn/0b1641f0bef7da8e0619204aa1bf9283 to your computer and use it in GitHub Desktop.
Create a Word document from multiple Markdown files with a table of contents
ls *.md | sort -V | xargs pandoc --wrap=none --toc --toc-depth=2 --standalone -o output.docx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment