File: headings-with-inlines.xml

package info (click to toggle)
php-league-commonmark 2.7.1-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 8,264 kB
  • sloc: php: 20,396; xml: 1,988; ruby: 45; makefile: 21; javascript: 15
file content (44 lines) | stat: -rw-r--r-- 1,631 bytes parent folder | download | duplicates (3)
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 &lt;marquee&gt; 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>&lt;marquee&gt;</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>