File tree 1 file changed +8
-5
lines changed
1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -27,23 +27,24 @@ Unordered List:
27
27
28
28
- Item 1
29
29
- Item 2
30
- - Sub-item 1
31
- - Sub-item 2
30
+ - Sub-item 1
31
+ - Sub-item 2
32
32
33
33
Ordered List:
34
34
35
35
1. First item
36
36
2. Second item
37
- 1. Sub-item 1
38
- 2. Sub-item 2
37
+ 1. Sub-item 1
38
+ 2. Sub-item 2
39
+
39
40
40
41
Section 2
41
42
=========
42
43
43
44
Images
44
45
------
45
46
46
- .. image :: rst/ scratch_cat.png
47
+ .. image :: scratch_cat.png
47
48
:alt: Alternative text
48
49
:width: 200px
49
50
:align: center
@@ -135,3 +136,5 @@ Summary Table
135
136
| **Code ** | ``::\n def func():\n print("code") `` | Creates a code block |
136
137
| **Directive**| ``.. note::\n This is a note.`` | Adds special content like notes or warnings |
137
138
+--------------+------------------------------------------------------------+----------------------------------------------+
139
+
140
+
You can’t perform that action at this time.
0 commit comments