Elements for structuring documents — scenes, headings, paragraphs, lists, and dividers
scenealias: scnThe top-level container for all content in an internote. Every internote has at least one scene. The body {} holds narrative content; the detail panel [] holds visual content shown alongside it (diagrams, code, etc.).
autoplay (boolean; default: true). Play animations automatically when the scene is reachedloop (boolean; default: false). Loop animations continuouslyduration (duration-auto; default: auto). Total animation duration in ms, or autoh1, h2, h3, h4Four heading levels for structuring content within a scene. Use # for the main topic, ## for major sections, ### for subsections, and #### for fine detail. Headings have no attributes.
paragraphA block of body text. Plain text inside a scene body becomes a paragraph automatically. Supports inline formatting: bold, italic, code, inline math, highlights, links, and more.
colour (colour; default: neutral). Text colourlistAn ordered or unordered list of items. Lines starting with - produce bullet points; lines starting with 1. (or any number followed by .) produce a numbered list. Items support inline formatting.
dividerA horizontal rule that visually separates sections of content. Write three or more hyphens or underscores on a line.
cutA partition marker that splits the narrative body into distinct sections. Unlike a divider (which is decorative), a cut indicates a logical break in the flow of content. Write three or more equals signs.