asciidoc-0.1: test/asciidoctor/inline_anchor/link-with-text.test
irc://irc.freenode.org/#asciidoctor[Asciidoctor IRC channel]
>>>
Document
{ docMeta =
Meta
{ docTitle = []
, docTitleAttributes = Nothing
, docAuthors = []
, docRevision = Nothing
, docAttributes = fromList [ ( "sectids" , "" ) ]
}
, docBlocks =
[ Block
mempty
Nothing
(Paragraph
[ Inline
mempty
(Link
URLLink
(Target "irc://irc.freenode.org/#asciidoctor")
[ Inline mempty (Str "Asciidoctor IRC channel") ])
])
]
}