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