DocumentTree(Function(DocumentFunction { name: "document", args: {"filepath": [Text("./examples/enumeration/doc.lit")]}, content: [Text("Hello World!\n\nThis is an ordered list:\n\n"), Function(DocumentFunction { name: "item", args: {}, content: [] }), Text(" foo\n"), Function(DocumentFunction { name: "item", args: {}, content: [] }), Text(" bar\n"), Function(DocumentFunction { name: "item", args: {}, content: [] }), Text(" baz\n"), Function(DocumentFunction { name: "item", args: {}, content: [] }), Text(" caz\n"), Function(DocumentFunction { name: "item", args: {}, content: [] }), Text(" car\n")] }))