Skip to content

Markdown includes (inc-markdown) #2

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`.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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