We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The markserv-inc-markdown includer module should be able to nest infinite recursive markdown files. (Put one markdown file into another). Example:
markserv-inc-markdown
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`.
The text was updated successfully, but these errors were encountered:
Would it be possible to include only certain section of the nest-child.md ? like
<!--markserv:nest-child#some-heading-partial-unique-->
Sorry, something went wrong.
Interesting. Yes that's possible.
No branches or pull requests
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-child.md
output
The text was updated successfully, but these errors were encountered: