Setting the file. One moment.
Subchapter 7.51
references/syntax-importing-slides.mdMarkdown726 BView on GitHub
# Title
This is a normal page
---
src: ./pages/toc.md
---
<!-- Content here is ignored -->
---
# Page 4
Another normal pageUse hash to select slides:
---
src: ./another-presentation.md#2,5-7
---Imports slides 2, 5, 6, and 7.
Import the same file multiple times:
---
src: ./pages/toc.md
---
<!-- later... -->
---
src: ./pages/toc.md
---Main entry frontmatter overrides imported file frontmatter for duplicate keys.