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
The include macro allow to renders another page inside the same page as part of the same page:
example:
Page1.md
PAge2.md
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