headings-with-inlines.xml 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  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-heading-has-a-link" title="">
  6. <text>This heading has a link</text>
  7. </link>
  8. </item>
  9. <item>
  10. <link destination="#content-20-reasons-why-marquee-tags-should-make-a-comeback" title="">
  11. <text>20 Reasons Why &lt;marquee&gt; Tags Should Make A Comeback</text>
  12. </link>
  13. </item>
  14. <item>
  15. <link destination="#content-i-love-using--characters-in-markdown" title="">
  16. <text>I love using * characters in Markdown!</text>
  17. </link>
  18. </item>
  19. </table_of_contents>
  20. <paragraph>
  21. <text>My Awesome Blog Post</text>
  22. </paragraph>
  23. <heading level="2">
  24. <heading_permalink slug="this-heading-has-a-link" />
  25. <link destination="https://example.com" title="">
  26. <text>This heading</text>
  27. </link>
  28. <text> has a link</text>
  29. </heading>
  30. <heading level="2">
  31. <heading_permalink slug="20-reasons-why-marquee-tags-should-make-a-comeback" />
  32. <text>20 Reasons Why </text>
  33. <code>&lt;marquee&gt;</code>
  34. <text> Tags Should Make A Comeback</text>
  35. </heading>
  36. <heading level="2">
  37. <heading_permalink slug="i-love-using--characters-in-markdown" />
  38. <text>I </text>
  39. <strong>
  40. <text>love</text>
  41. </strong>
  42. <text> using * characters in Markdown!</text>
  43. </heading>
  44. </document>