blob: 169677b7ca30feaecf71ac20fc677c43c0b7c3f3 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
DocAppend
(DocAppend
(DocHeader
Header {headerLevel = 3, headerTitle = DocString "Title"})
(DocUnorderedList
[DocParagraph (DocString "List directly"),
DocAppend
(DocParagraph (DocString "after the title"))
(DocCodeBlock (DocString "with some inline things\n"))]))
(DocUnorderedList [DocParagraph (DocString "is parsed weirdly")])
|