asciidoc-0.1: test/asciidoctor/admonition/note-with-id-and-role.test
[#note-1.yellow]
NOTE: This is a note with id and role.
>>>
Document
{ docMeta =
Meta
{ docTitle = []
, docTitleAttributes = Nothing
, docAuthors = []
, docRevision = Nothing
, docAttributes = fromList [ ( "sectids" , "" ) ]
}
, docBlocks =
[ Block
Attr
( [] , fromList [ ( "id" , "note-1" ) , ( "role" , "yellow" ) ] )
Nothing
(Admonition
Note
[ Block
mempty
Nothing
(Paragraph
[ Inline mempty (Str "This is a note with id and role.") ])
])
]
}