Skip to content

support for include() macro #6

Description

@mckaygerhard

The include macro allow to renders another page inside the same page as part of the same page:

example:

Page1.md

## this is the page 1 

loren ipsum etc etc 

include(page2.md)

PAge2.md

### this is page 2

lorem ipsum etc 

Result will be when invokes "page1" (and page2 is also another page apart of) :


this is the page 1

loren ipsum etc etc

this is page 2

lorem ipsum etc

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

    enhancementNew feature or requesthelp wantedExtra attention is needed

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions