asciidoc-0.1: test/asciidoctor/section/with-roles.test
[.center.red]
== Section Title
>>>
Document
{ docMeta =
Meta
{ docTitle = []
, docTitleAttributes = Nothing
, docAuthors = []
, docRevision = Nothing
, docAttributes = fromList [ ( "sectids" , "" ) ]
}
, docBlocks =
[ Block
Attr
( []
, fromList
[ ( "id" , "_section_title" ) , ( "role" , "center red" ) ]
)
Nothing
(Section (Level 1) [ Inline mempty (Str "Section Title") ] [])
]
}