asciidoc-0.1: test/asciidoctor/image/with-link.test
image::sunset.jpg[link="http://www.flickr.com/photos/javh/5448336655"]
>>>
Document
{ docMeta =
Meta
{ docTitle = []
, docTitleAttributes = Nothing
, docAuthors = []
, docRevision = Nothing
, docAttributes = fromList [ ( "sectids" , "" ) ]
}
, docBlocks =
[ Block
Attr
( []
, fromList
[ ( "link" , "http://www.flickr.com/photos/javh/5448336655" ) ]
)
Nothing
(BlockImage (Target "sunset.jpg") Nothing Nothing Nothing)
]
}