setext-headings.xml 908 B

12345678910111213141516171819202122232425
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document xmlns="http://commonmark.org/xml/1.0">
  3. <table_of_contents type="bullet" tight="false">
  4. <item>
  5. <link destination="#content-this-is-a-top-level" title="">
  6. <text>This is a top level</text>
  7. </link>
  8. <list type="bullet" tight="false">
  9. <item>
  10. <link destination="#content-this-is-another-level" title="">
  11. <text>This is another level</text>
  12. </link>
  13. </item>
  14. </list>
  15. </item>
  16. </table_of_contents>
  17. <heading level="1">
  18. <heading_permalink slug="this-is-a-top-level" />
  19. <text>This is a top level</text>
  20. </heading>
  21. <heading level="2">
  22. <heading_permalink slug="this-is-another-level" />
  23. <text>This is another level</text>
  24. </heading>
  25. </document>