Merging two markdown documents #450
Unanswered
laenzlinger
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I would like to merge two markdown documents
s1
ands2
into one output documentt
.There is of course some logic how the content will be merged.
But in general: Is there a way to create a new document
t
which contains ast.Nodes from source documentss1
ands2
?Beta Was this translation helpful? Give feedback.
All reactions