asciidoc-0.1: test/asciidoctor/inline_button/basic.test
:experimental:
btn:[OK]
>>>
Document
{ docMeta =
Meta
{ docTitle = []
, docTitleAttributes = Nothing
, docAuthors = []
, docRevision = Nothing
, docAttributes =
fromList [ ( "experimental" , "" ) , ( "sectids" , "" ) ]
}
, docBlocks =
[ Block mempty Nothing (Paragraph [ Inline mempty (Button "OK") ])
]
}