asciidoc-0.1: test/asciidoctor/pass/basic.test
++++
<p>Allons-y!</p>
image:tiger.png[]
++++
>>>
Document
{ docMeta =
Meta
{ docTitle = []
, docTitleAttributes = Nothing
, docAuthors = []
, docRevision = Nothing
, docAttributes = fromList [ ( "sectids" , "" ) ]
}
, docBlocks =
[ Block
mempty
Nothing
(PassthroughBlock "<p>Allons-y!</p>\nimage:tiger.png[]\n")
]
}