| 1 |
* This is a bulleted list. |
| 2 |
* It has two items, the second |
| 3 |
item uses two lines. |
| 4 |
|
| 5 |
1. This is a numbered list. |
| 6 |
2. It has two items too. |
| 7 |
|
| 8 |
#. This is a numbered list. |
| 9 |
#. It has two items too. |
| 10 |
|
| 11 |
This is a normal text paragraph. The next paragraph is a code sample:: |
| 12 |
|
| 13 |
It is not processed in any way, except |
| 14 |
that the indentation is removed. |
| 15 |
|
| 16 |
It can span multiple lines. |
| 17 |
|
| 18 |
This is a normal text paragraph again. |
| 19 |
|
| 20 |
Lorem ipsum [#]_ dolor sit amet ... [#]_ |
| 21 |
|
| 22 |
.. rubric:: Footnotes |
| 23 |
|
| 24 |
.. [#] Text of the first footnote. |
| 25 |
.. [#] Text of the second footnote. |
| 26 |
|
| 27 |
.. From https://devguide.python.org/documentation/markup/ |
| 28 |
|