Include other documents
hi
is it possible to include one markdown file into another one?
(like in latex etc.)
i know the actual markdown syntax does not support this, but maybe
you have a solution for this?
thanks,
manuel
Comments are currently closed for this discussion. You can start a new one.
Keyboard shortcuts
Generic
| ? | Show this help |
|---|---|
| ESC | Blurs the current field |
Comment Form
| r | Focus the comment reply box |
|---|---|
| ^ + ↩ | Submit the comment |
You can use Command ⌘ instead of Control ^ on Mac
Support Staff 1 Posted by Fletcher on 19 Feb, 2013 03:19 PM
Manuel,
Thanks for writing. Composer makes use of the mmd_merge syntax (The command is in the File menu). This allows you to create an "index" file that links to other files. Sort of like a table of contents.
http://fletcher.github.com/peg-multimarkdown/#howdoisplitamultimarkdowndocumentintoseveralparts
You can then work on each file independently, and merge them together when you're ready to produce the final output.
Fletcher