blob: 1bb751b3d4d8cfc8c3b905147a3420a746057ceb (
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
|
Some initial text.
.. class:: change-removed
Removed section
---------------
Some text in removed section [#]_.
.. [#] Footnote to modify id counter.
Constant section
----------------
Some text in constant section.
Changing sub-section
~~~~~~~~~~~~~~~~~~~~
.. class:: change-replaced
To be changed sub section text.
.. class:: change-replacement
A different content in a sub-section.
Repeated section titles
-----------------------
Now testing sections with repeated section titles. This leads to
different ids.
Constant section
~~~~~~~~~~~~~~~~
.. class:: change-replaced
Repeat this.
.. class:: change-replacement
Repeated but different.
Constant section
~~~~~~~~~~~~~~~~
.. class:: change-replaced
Once again.
.. class:: change-replacement
Again.
|