rst: links, line break, comment
This commit is contained in:
parent
47d87d0601
commit
cad179b23e
1 changed files with 24 additions and 4 deletions
|
@ -27,6 +27,26 @@ Sections
|
||||||
Paragraph
|
Paragraph
|
||||||
"""""""""
|
"""""""""
|
||||||
|
|
||||||
|
Links
|
||||||
|
=====
|
||||||
|
|
||||||
|
Internal
|
||||||
|
--------
|
||||||
|
|
||||||
|
declaration
|
||||||
|
^^^^^^^^^^^
|
||||||
|
|
||||||
|
.. code:: restructuredtext
|
||||||
|
|
||||||
|
.. label_name:
|
||||||
|
|
||||||
|
reference
|
||||||
|
^^^^^^^^^
|
||||||
|
|
||||||
|
.. code:: restructuredtext
|
||||||
|
|
||||||
|
:ref:`label_name`_
|
||||||
|
|
||||||
ToSort
|
ToSort
|
||||||
======
|
======
|
||||||
|
|
||||||
|
@ -40,19 +60,19 @@ ToSort
|
||||||
* **2 stars**
|
* **2 stars**
|
||||||
* ``2 backquotes``
|
* ``2 backquotes``
|
||||||
|
|
||||||
After this comma,
|
| After this comma,
|
||||||
| output new line
|
| output new line
|
||||||
|
|
|
||||||
|
|
||||||
|
.. image:: image.png
|
||||||
|
|
||||||
.. comment
|
.. this is a really useless comment
|
||||||
|
|
||||||
..
|
..
|
||||||
multiline
|
multiline
|
||||||
|
|
||||||
comment
|
comment
|
||||||
|
|
||||||
.. image:: image.png
|
|
||||||
|
|
||||||
Indent 0
|
Indent 0
|
||||||
|
|
||||||
Indent 1 which
|
Indent 1 which
|
||||||
|
|
Loading…
Reference in a new issue