asciidoc-0.1: test/asciidoctor/quote/basic.test
[quote]
Four score and seven years ago our fathers brought forth
on this continent a new nation...
>>>
Document
{ docMeta =
Meta
{ docTitle = []
, docTitleAttributes = Nothing
, docAuthors = []
, docRevision = Nothing
, docAttributes = fromList [ ( "sectids" , "" ) ]
}
, docBlocks =
[ Block
mempty
Nothing
(QuoteBlock
Nothing
[ Block
mempty
Nothing
(Paragraph
[ Inline
mempty
(Str
"Four score and seven years ago our fathers brought forth\non this continent a new nation\8230")
])
])
]
}