Replies: 2 comments
-
I think you can use the include-files filter. |
Beta Was this translation helpful? Give feedback.
0 replies
-
You may also try pandoc-include-doc. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I want to have a master markdown file (e.g.
main.md
) where I keep the preamble and overall structure of a large doc. Each chapter or section would be stored in a secondary file (e.g.01_foobar.md
) and could be included via some macro like#include 01_foobar.md
. Is this easily doable?Beta Was this translation helpful? Give feedback.
All reactions