|
| 1 | +[Header 1 ("section-1",[],[]) [Str "Section",Space,Str "1"] |
| 2 | +,Para [Str "Thanks",Space,Str "everyone!"] |
| 3 | +,Header 2 ("title-of-file-a",[],[]) [Str "Title",Space,Str "of",Space,Str "file-a"] |
| 4 | +,Para [Str "This",Space,Str "is",Space,Code ("",[],[]) "file-a.md",Str "."] |
| 5 | +,Header 2 ("file-b",[],[]) [Str "File",Space,Str "b"] |
| 6 | +,Para [Str "This",Space,Str "is",Space,Code ("",[],[]) "file-b.md",Str "."] |
| 7 | +,Para [Str "It",Space,Str "has",Space,Str "two",Space,Str "paragraphs",Space,Str "and",Space,Str "a",Space,Str "header."] |
| 8 | +,Header 1 ("different-format",[],[]) [Str "Different",Space,Str "format"] |
| 9 | +,Header 2 ("org-header",[],[]) [Str "Org",Space,Str "header"] |
| 10 | +,Para [Str "This",Space,Str "is",Space,Emph [Str "emphasized"],Str "."] |
| 11 | +,Header 1 ("recursive-transclusion",[],[]) [Str "Recursive",Space,Str "transclusion"] |
| 12 | +,Header 2 ("title-f",[],[]) [Str "Title",Space,Str "f"] |
| 13 | +,Para [Str "This",Space,Str "is",Space,Code ("",[],[]) "file-f.md",Str "."] |
| 14 | +,Header 3 ("subtitle-f",[],[]) [Str "Subtitle",Space,Str "f"] |
| 15 | +,Header 4 ("title-of-file-a",[],[]) [Str "Title",Space,Str "of",Space,Str "file-a"] |
| 16 | +,Para [Str "This",Space,Str "is",Space,Code ("",[],[]) "file-a.md",Str "."] |
| 17 | +,Header 3 ("title-of-file-a",[],[]) [Str "Title",Space,Str "of",Space,Str "file-a"] |
| 18 | +,Para [Str "This",Space,Str "is",Space,Code ("",[],[]) "file-a.md",Str "."] |
| 19 | +,Header 1 ("appendix",[],[]) [Str "Appendix"] |
| 20 | +,Para [Str "More",Space,Str "info",Space,Str "goes",Space,Str "here."] |
| 21 | +,Header 2 ("questionaire",[],[]) [Str "Questionaire"] |
| 22 | +,BulletList |
| 23 | + [[Plain [Str "Is",Space,Str "this",Space,Str "good?"]]]] |
0 commit comments