asciidoc-0.1: test/asciidoctor/image/basic.test
image::sunset.jpg[]
>>>
Document
{ docMeta =
Meta
{ docTitle = []
, docTitleAttributes = Nothing
, docAuthors = []
, docRevision = Nothing
, docAttributes = fromList [ ( "sectids" , "" ) ]
}
, docBlocks =
[ Block
mempty
Nothing
(BlockImage (Target "sunset.jpg") Nothing Nothing Nothing)
]
}