blob: 4e6a62a3434fbff70e2b0d492d4276a7667d390b (
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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
|
<?xml version="1.0" encoding="utf-8"?>
<!-- Generated by Docutils 0.8 -->
<document source="input/attributes.old.rst => input/attributes.new.rst">
<paragraph>
Some attributes must be treated special.
</paragraph>
<enumerated_list classes="change-replaced" enumtype="arabic" prefix="" suffix=".">
<list_item>
<paragraph>
This is for @enumtype
</paragraph>
</list_item>
</enumerated_list>
<enumerated_list classes="change-replacement" enumtype="upperalpha" prefix="" suffix=".">
<list_item>
<paragraph>
This is for @enumtype
</paragraph>
</list_item>
</enumerated_list>
<bullet_list bullet="*">
<list_item>
<paragraph>
@bullet is also interesting
</paragraph>
<bullet_list bullet="-" classes="change-replaced">
<list_item>
<paragraph>
They represent the bullet used in the original
</paragraph>
</list_item>
</bullet_list>
<bullet_list bullet="*" classes="change-replacement">
<list_item>
<paragraph>
They represent the bullet used in the original
</paragraph>
</list_item>
</bullet_list>
</list_item>
</bullet_list>
<enumerated_list classes="change-replaced" enumtype="upperroman" prefix="(" suffix=")">
<list_item>
<paragraph>
@suffix and @prefix are also important
</paragraph>
</list_item>
</enumerated_list>
<enumerated_list classes="change-replacement" enumtype="upperroman" prefix="" suffix=".">
<list_item>
<paragraph>
@suffix and @prefix are also important
</paragraph>
</list_item>
</enumerated_list>
<paragraph>
Some anchor here.
</paragraph>
<enumerated_list classes="change-replaced" enumtype="loweralpha" prefix="" start="2" suffix=".">
<list_item>
<paragraph>
Finally let's check @start
</paragraph>
</list_item>
<list_item>
<paragraph>
Continue counting
</paragraph>
</list_item>
</enumerated_list>
<enumerated_list classes="change-replacement" enumtype="loweralpha" prefix="" suffix=".">
<list_item>
<paragraph>
Finally let's check @start
</paragraph>
</list_item>
<list_item>
<paragraph>
Continue counting
</paragraph>
</list_item>
</enumerated_list>
<paragraph>
Another anchor line.
</paragraph>
<image classes="change-replaced" uri="http://www.example.org/"/>
<image classes="change-replacement" uri="http://www.example.net/"/>
</document>
|