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 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44
|
<?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-this-heading-has-a-link" title="">
<text>This heading has a link</text>
</link>
</item>
<item>
<link destination="#content-20-reasons-why-marquee-tags-should-make-a-comeback" title="">
<text>20 Reasons Why <marquee> Tags Should Make A Comeback</text>
</link>
</item>
<item>
<link destination="#content-i-love-using--characters-in-markdown" title="">
<text>I love using * characters in Markdown!</text>
</link>
</item>
</table_of_contents>
<paragraph>
<text>My Awesome Blog Post</text>
</paragraph>
<heading level="2">
<heading_permalink slug="this-heading-has-a-link" />
<link destination="https://example.com" title="">
<text>This heading</text>
</link>
<text> has a link</text>
</heading>
<heading level="2">
<heading_permalink slug="20-reasons-why-marquee-tags-should-make-a-comeback" />
<text>20 Reasons Why </text>
<code><marquee></code>
<text> Tags Should Make A Comeback</text>
</heading>
<heading level="2">
<heading_permalink slug="i-love-using--characters-in-markdown" />
<text>I </text>
<strong>
<text>love</text>
</strong>
<text> using * characters in Markdown!</text>
</heading>
</document>
|