Skip to content

Commit e72b784

Browse files
committed
rst fixes
1 parent b7bb8b2 commit e72b784

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

rst/how-to-use-rst.rst

+8-5
Original file line numberDiff line numberDiff line change
@@ -27,23 +27,24 @@ Unordered List:
2727

2828
- Item 1
2929
- Item 2
30-
- Sub-item 1
31-
- Sub-item 2
30+
- Sub-item 1
31+
- Sub-item 2
3232

3333
Ordered List:
3434

3535
1. First item
3636
2. Second item
37-
1. Sub-item 1
38-
2. Sub-item 2
37+
1. Sub-item 1
38+
2. Sub-item 2
39+
3940

4041
Section 2
4142
=========
4243

4344
Images
4445
------
4546

46-
.. image:: rst/scratch_cat.png
47+
.. image:: scratch_cat.png
4748
:alt: Alternative text
4849
:width: 200px
4950
:align: center
@@ -135,3 +136,5 @@ Summary Table
135136
| **Code** | ``::\n def func():\n print("code")`` | Creates a code block |
136137
| **Directive**| ``.. note::\n This is a note.`` | Adds special content like notes or warnings |
137138
+--------------+------------------------------------------------------------+----------------------------------------------+
139+
140+

0 commit comments

Comments
 (0)