Skip to content

Markdown includes (inc-markdown) #2

@F1LT3R

Description

@F1LT3R

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions