-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Milestone
Description
The markserv-inc-markdown includer module should be able to nest infinite recursive markdown files. (Put one markdown file into another). Example:
nest-parent.md
# Nest Example
This document includes nested Markdown.
<!--markdown:nest-child.md-->nest-child.md
## Nested Content
This content is nested from `nest-child.md`.output
# Nest Example
This document includes nested Markdown.
## Nested Content
This content is nested from `nest-child.md`.Metadata
Metadata
Assignees
Labels
No labels