summaryrefslogtreecommitdiff
path: root/sandbox/rstdiff/tests/simple/expected/inlineStyles.xml
blob: afa0f7dad6b5a6ec7f80e08b60dccb7ecdc6ddb0 (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
<?xml version="1.0" encoding="utf-8"?>
<!-- Generated by Docutils 0.8 -->
<document source="input/inlineStyles.old.rst =&gt; input/inlineStyles.new.rst">
    <paragraph>
        Here is 
        <emphasis classes="change-replaced">
            some
        </emphasis>
        <strong classes="change-replacement">
            some
        </strong>
         inline markup which 
        <strong classes="change-replaced">
            ends up
        </strong>
        <emphasis classes="change-replacement">
            ends up
        </emphasis>
         in different rendering
styles.
    </paragraph>
    <paragraph>
        Inline 
        <inline classes="change-replaced">
            markup
        </inline>
        <strong classes="change-replacement">
            markup
        </strong>
         for references is not included here.
    </paragraph>
    <paragraph>
        Basically this consists of 
        <inline classes="change-replaced">
            two
        </inline>
        <literal classes="change-replacement">
            two
        </literal>
         forms of emphasis and of 
        <literal classes="change-replaced">
            literal
text
        </literal>
        <inline classes="change-replaced">
            .
        </inline>
        <inline classes="change-replacement">
            literal
text.
        </inline>
    </paragraph>
</document>