rtfd/in/public/documents/restructuredtext/syntax.rst

106 lines
946 B
ReStructuredText
Raw Normal View History

2017-12-02 22:02:37 +00:00
******
Syntax
******
2019-08-06 09:57:50 +00:00
.. todo:: titles
.. todo:: lists
.. todo:: code
.. todo:: tables
.. todo:: images
.. todo:: links
2017-12-02 22:02:37 +00:00
Sections
========
.. code:: restructuredtext
####
Part
####
*******
Chapter
*******
Section
=======
SubSection
----------
SubSubSection
^^^^^^^^^^^^^
Paragraph
"""""""""
2018-12-11 14:44:56 +00:00
Links
=====
Internal
--------
declaration
^^^^^^^^^^^
.. code:: restructuredtext
.. label_name:
reference
^^^^^^^^^
.. code:: restructuredtext
:ref:`label_name`_
2017-12-02 22:02:37 +00:00
ToSort
======
.. code:: restructuredtext
.. raw:: html
<div></div>
* *1 star*
* **2 stars**
* ``2 backquotes``
2018-12-11 14:44:56 +00:00
| After this comma,
2017-12-02 22:02:37 +00:00
| output new line
2018-12-11 14:44:56 +00:00
|
2017-12-02 22:02:37 +00:00
2018-12-11 14:44:56 +00:00
.. image:: image.png
2017-12-02 22:02:37 +00:00
2018-12-11 14:44:56 +00:00
.. this is a really useless comment
2017-12-02 22:02:37 +00:00
..
multiline
comment
Indent 0
Indent 1 which
continues here.
Indent 2
* item
* subitem
* item
#. first
#. second
----
.. epigraph::
No matter where you go, there you are.
-- Buckaroo Banzai