asciidoc-0.1: test/asciidoctor/ulist/basic.test
* Edgar Allen Poe
* Sheri S. Tepper
* Bill Bryson
>>>
Document
{ docMeta =
Meta
{ docTitle = []
, docTitleAttributes = Nothing
, docAuthors = []
, docRevision = Nothing
, docAttributes = fromList [ ( "sectids" , "" ) ]
}
, docBlocks =
[ Block
mempty
Nothing
(List
(BulletList (Level 1))
[ ListItem
Nothing
[ Block
mempty
Nothing
(Paragraph [ Inline mempty (Str "Edgar Allen Poe") ])
]
, ListItem
Nothing
[ Block
mempty
Nothing
(Paragraph [ Inline mempty (Str "Sheri S. Tepper") ])
]
, ListItem
Nothing
[ Block
mempty Nothing (Paragraph [ Inline mempty (Str "Bill Bryson") ])
]
])
]
}