summaryrefslogtreecommitdiff
path: root/sandbox/rstdiff/tests/simpleNoSource/expected/footnoteSequence.xml
blob: 6b6edf25b72c702e790141867b3157848336f286 (plain)
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
<?xml version="1.0" encoding="utf-8"?>
<!-- Generated by Docutils 0.8 -->
<document source="input/footnoteSequence.old.rst =&gt; input/footnoteSequence.new.rst">
    <paragraph>
        Some 
        <footnote_reference auto="1" ids="id1" refid="first">
            1
        </footnote_reference>
    </paragraph>
    <paragraph>
        text
        <inline classes="change-added">
             
        </inline>
        <footnote_reference auto="1" classes="change-added" ids="id2" refid="second">
            4
        </footnote_reference>
    </paragraph>
    <paragraph>
        referring 
        <footnote_reference auto="1" ids="id2" refid="third">
            2
        </footnote_reference>
    </paragraph>
    <paragraph>
        to several 
        <footnote_reference auto="1" ids="id3" refid="fourth">
            3
        </footnote_reference>
         footnotes.
    </paragraph>
    <footnote auto="1" backrefs="id1" ids="first" names="first">
        <label>
            1
        </label>
        <paragraph>
            One
        </paragraph>
    </footnote>
    <footnote auto="1" backrefs="id2" classes="change-added" ids="second" names="second">
        <label>
            4
        </label>
        <paragraph>
            Two
        </paragraph>
    </footnote>
    <footnote auto="1" backrefs="id2" ids="third" names="third">
        <label>
            2
        </label>
        <paragraph>
            Three
        </paragraph>
    </footnote>
    <footnote auto="1" backrefs="id3" ids="fourth" names="fourth">
        <label>
            3
        </label>
        <paragraph>
            Four
        </paragraph>
    </footnote>
</document>