asciidoc-0.1: test/asciidoctor/inline_kbd/keyseq.test
:experimental:
kbd:[Ctrl+Shift+N]
>>>
Document
{ docMeta =
Meta
{ docTitle = []
, docTitleAttributes = Nothing
, docAuthors = []
, docRevision = Nothing
, docAttributes =
fromList [ ( "experimental" , "" ) , ( "sectids" , "" ) ]
}
, docBlocks =
[ Block
mempty
Nothing
(Paragraph [ Inline mempty (Kbd [ "Ctrl" , "Shift" , "N" ]) ])
]
}