position-top.xml 949 B

12345678910111213141516171819202122232425262728
  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-hello-world" title="">
  6. <text>Hello World!</text>
  7. </link>
  8. <list type="bullet" tight="false">
  9. <item>
  10. <link destination="#content-isnt-markdown-great" title="">
  11. <text>Isn't Markdown Great?</text>
  12. </link>
  13. </item>
  14. </list>
  15. </item>
  16. </table_of_contents>
  17. <paragraph>
  18. <text>This is my document.</text>
  19. </paragraph>
  20. <heading level="1">
  21. <heading_permalink slug="hello-world" />
  22. <text>Hello World!</text>
  23. </heading>
  24. <heading level="2">
  25. <heading_permalink slug="isnt-markdown-great" />
  26. <text>Isn't Markdown Great?</text>
  27. </heading>
  28. </document>