File tree Expand file tree Collapse file tree 3 files changed +22
-22
lines changed
markdown/sections-md/expected Expand file tree Collapse file tree 3 files changed +22
-22
lines changed Original file line number Diff line number Diff line change @@ -6,36 +6,36 @@ <h1>Sample RST Document</h1>
6
6
< h2 > Introduction</ h2 >
7
7
8
8
< p > This is a sample reStructuredText document demonstrating sections and subsections.</ p >
9
+ </ div >
10
+
9
11
< div class ="section " id ="section-1 ">
10
- < h3 > Section 1</ h3 >
12
+ < h2 > Section 1</ h2 >
11
13
12
14
< p > This is the first section of the document.</ p >
13
15
< div class ="section " id ="subsection-1-1 ">
14
- < h4 > Subsection 1.1</ h4 >
16
+ < h3 > Subsection 1.1</ h3 >
15
17
16
18
< p > This is a subsection under Section 1.</ p >
17
19
</ div >
18
20
19
21
< div class ="section " id ="subsection-1-2 ">
20
- < h4 > Subsection 1.2</ h4 >
22
+ < h3 > Subsection 1.2</ h3 >
21
23
22
24
< p > Another subsection under Section 1.</ p >
23
25
</ div >
24
26
25
27
</ div >
26
28
27
29
< div class ="section " id ="section-2 ">
28
- < h3 > Section 2</ h3 >
30
+ < h2 > Section 2</ h2 >
29
31
30
32
< p > Moving on to the second section of the document.</ p >
31
33
< div class ="section " id ="subsection-2-1 ">
32
- < h4 > Subsection 2.1</ h4 >
34
+ < h3 > Subsection 2.1</ h3 >
33
35
34
36
< p > A subsection under Section 2.</ p >
35
37
</ div >
36
38
37
- </ div >
38
-
39
39
</ div >
40
40
41
41
< div class ="section " id ="conclusion ">
Original file line number Diff line number Diff line change @@ -6,36 +6,36 @@ <h1>Sample RST Document</h1>
6
6
< h2 > Introduction</ h2 >
7
7
8
8
< p > This is a sample reStructuredText document demonstrating sections and subsections.</ p >
9
+ </ div >
10
+
9
11
< div class ="section " id ="section-1 ">
10
- < h3 > Section 1</ h3 >
12
+ < h2 > Section 1</ h2 >
11
13
12
14
< p > This is the first section of the document.</ p >
13
15
< div class ="section " id ="subsection-1-1 ">
14
- < h4 > Subsection 1.1</ h4 >
16
+ < h3 > Subsection 1.1</ h3 >
15
17
16
18
< p > This is a subsection under Section 1.</ p >
17
19
</ div >
18
20
19
21
< div class ="section " id ="subsection-1-2 ">
20
- < h4 > Subsection 1.2</ h4 >
22
+ < h3 > Subsection 1.2</ h3 >
21
23
22
24
< p > Another subsection under Section 1.</ p >
23
25
</ div >
24
26
25
27
</ div >
26
28
27
29
< div class ="section " id ="section-2 ">
28
- < h3 > Section 2</ h3 >
30
+ < h2 > Section 2</ h2 >
29
31
30
32
< p > Moving on to the second section of the document.</ p >
31
33
< div class ="section " id ="subsection-2-1 ">
32
- < h4 > Subsection 2.1</ h4 >
34
+ < h3 > Subsection 2.1</ h3 >
33
35
34
36
< p > A subsection under Section 2.</ p >
35
37
</ div >
36
38
37
- </ div >
38
-
39
39
</ div >
40
40
41
41
< div class ="section " id ="conclusion ">
Original file line number Diff line number Diff line change @@ -3,36 +3,36 @@ Sample RST Document
3
3
====================
4
4
5
5
Introduction
6
- ------------
6
+ ============
7
7
8
8
This is a sample reStructuredText document demonstrating sections and subsections.
9
9
10
10
Section 1
11
- ~~~~~~~~~
11
+ =========
12
12
13
13
This is the first section of the document.
14
14
15
15
Subsection 1.1
16
- ^^^^^^^^^^^^^^
16
+ --------------
17
17
18
18
This is a subsection under Section 1.
19
19
20
20
Subsection 1.2
21
- ^^^^^^^^^^^^^^
21
+ --------------
22
22
23
23
Another subsection under Section 1.
24
24
25
25
Section 2
26
- ~~~~~~~~~
26
+ =========
27
27
28
28
Moving on to the second section of the document.
29
29
30
30
Subsection 2.1
31
- ^^^^^^^^^^^^^^
31
+ --------------
32
32
33
33
A subsection under Section 2.
34
34
35
35
Conclusion
36
- -----------
36
+ ==========
37
37
38
- In conclusion, this is a simple example of a reStructuredText document with various sections and subsections.
38
+ In conclusion, this is a simple example of a reStructuredText document with various sections and subsections.
You can’t perform that action at this time.
0 commit comments