Scene
sceneBlock elementStructureAliases:scn
A scene is the main container for your document content. Its body holds the narrative — text, equations, callouts — and its detail declares the board: canvas panes (graphs, code panes) and supporting content, revealed and animated as the reader steps through.
Attributes
durationImplicit
duration-autoDefaultauto
direction
orientationratio
ratioAllowed content
Examples
scene{
# Title
Intro paragraph.
}scene{
# With Detail
Explain the concept.
}[
canvas.code{
lines{
print("hello")
}
}(
language: python
)
]