Markdown Files
The [present] Section
Inside .fig.toml, add a [present] section:
[present]
files = [
"slides/intro.md",
"slides/conclusion.md"
]
The files key is a list of Markdown file paths
relative to the repository root.
Each file becomes one slide in the presentation, displayed in the order listed.
If files is missing or empty, the "Present" tab
will show a helpful message instead.