While splitting the document into pieces makes sense as we work on it, I was also thinking of merging it not just at the end, but also along the way.
I use 'mmark' in writing RFCs, which converts markdown into xml, etc. But mmark is super swank (in my view), and it allows for including other markdown files to be merged.
While splitting the document into pieces makes sense as we work on it, I was also thinking of merging it not just at the end, but also along the way.
I use 'mmark' in writing RFCs, which converts markdown into xml, etc. But mmark is super swank (in my view), and it allows for including other markdown files to be merged.
https://mmark.miek.nl/post/syntax/#including-files discusses it, and https://mmark.miek.nl/ is the main site.
mmark -html README.md > README.html
will produce a merged document from my current pull request