= Document Title :toc: macro == Introduction toc::[id="mytoc", role="taco"] == The Ravages of Writing >>> Document { docMeta = Meta { docTitle = [ Inline mempty (Str "Document Title") ] , docTitleAttributes = Nothing , docAuthors = [] , docRevision = Nothing , docAttributes = fromList [ ( "sectids" , "" ) , ( "toc" , "macro" ) ] } , docBlocks = [ Block Attr ( [] , fromList [ ( "id" , "_introduction" ) ] ) Nothing (Section (Level 1) [ Inline mempty (Str "Introduction") ] [ Block Attr ( [] , fromList [ ( "id" , "mytoc" ) , ( "role" , "taco" ) ] ) Nothing TOC ]) , Block Attr ( [] , fromList [ ( "id" , "_the_ravages_of_writing" ) ] ) Nothing (Section (Level 1) [ Inline mempty (Str "The Ravages of Writing") ] []) ] }