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