1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
|
<?xml version="1.0" encoding="UTF-8"?>
<document xmlns="http://commonmark.org/xml/1.0">
<table_of_contents type="bullet" tight="false">
<item>
<link destination="#content-hello" title="">
<text>Hello</text>
</link>
<list type="bullet" tight="false">
<item>
<link destination="#content-world" title="">
<text>World</text>
</link>
</item>
</list>
</item>
</table_of_contents>
<paragraph>
<text>This document should have a custom class applied to the TOC</text>
</paragraph>
<heading level="1">
<heading_permalink slug="hello" />
<text>Hello</text>
</heading>
<heading level="2">
<heading_permalink slug="world" />
<text>World</text>
</heading>
</document>
|