|
16 | 16 | ,Para [Str "This",Space,Str "is",Space,Code ("",[],[]) "file-a.md",Str "."]
|
17 | 17 | ,Header 3 ("title-of-file-a",[],[]) [Str "Title",Space,Str "of",Space,Str "file-a"]
|
18 | 18 | ,Para [Str "This",Space,Str "is",Space,Code ("",[],[]) "file-a.md",Str "."]
|
| 19 | +,Header 1 ("subdirectories",[],[]) [Str "Subdirectories"] |
| 20 | +,Header 2 ("image-include",[],[]) [Str "Image",Space,Str "include"] |
| 21 | +,Para [Str "Image",Space,Str "relative",Space,Str "path",Space,Str "will",Space,Str "be",Space,Str "updated."] |
| 22 | +,Para [Image ("",[],[]) [Str "Image",Space,Str "title"] ("subdir/someimage.png","fig:")] |
| 23 | +,Header 2 ("source-include",[],[]) [Str "Source",Space,Str "include"] |
| 24 | +,Para [Str "File",Space,Str "inclusion",Space,Str "codeblocks",Space,Str "for",Space,Str "use",Space,Str "with",Space,Str "include-code-files",Space,Str "will",Space,Str "be",SoftBreak,Str "updated",Space,Str "too."] |
| 25 | +,CodeBlock ("",["c"],[("include","subdir/somecode.c")]) "" |
19 | 26 | ,Header 1 ("appendix",[],[]) [Str "Appendix"]
|
20 | 27 | ,Para [Str "More",Space,Str "info",Space,Str "goes",Space,Str "here."]
|
21 | 28 | ,Header 2 ("questionaire",[],[]) [Str "Questionaire"]
|
|
0 commit comments