[ { "type": "scene" }, { "type": "paragraph", "text": "Here's a paragraph in the first scene, which has no separator." }, { "type": "endScene" }, { "type": "scene" }, { "type": "paragraph", "text": "This is a second scene." }, { "type": "paragraph", "text": "# This is a part of the second scene since the scene header has to be a `#` on an empty line, or a `" }, { "type": "endScene" }, { "type": "scene", "meta": { "title": "scene with title" }, "title": "scene with title" }, { "type": "paragraph", "text": "Here's another scene, with a title!" }, { "type": "endScene" }, { "type": "scene", "meta": { "frontmatter": true } }, { "type": "paragraph", "text": "And a final scene with some metadata." }, { "type": "endScene" } ]