79 lines
647 B
ReStructuredText
79 lines
647 B
ReStructuredText
|
******
|
||
|
Syntax
|
||
|
******
|
||
|
|
||
|
Sections
|
||
|
========
|
||
|
|
||
|
.. code:: restructuredtext
|
||
|
|
||
|
####
|
||
|
Part
|
||
|
####
|
||
|
|
||
|
*******
|
||
|
Chapter
|
||
|
*******
|
||
|
|
||
|
Section
|
||
|
=======
|
||
|
|
||
|
SubSection
|
||
|
----------
|
||
|
|
||
|
SubSubSection
|
||
|
^^^^^^^^^^^^^
|
||
|
|
||
|
Paragraph
|
||
|
"""""""""
|
||
|
|
||
|
ToSort
|
||
|
======
|
||
|
|
||
|
.. code:: restructuredtext
|
||
|
|
||
|
.. raw:: html
|
||
|
|
||
|
<div></div>
|
||
|
|
||
|
* *1 star*
|
||
|
* **2 stars**
|
||
|
* ``2 backquotes``
|
||
|
|
||
|
After this comma,
|
||
|
| output new line
|
||
|
|
||
|
|
||
|
.. comment
|
||
|
|
||
|
..
|
||
|
multiline
|
||
|
|
||
|
comment
|
||
|
|
||
|
.. image:: image.png
|
||
|
|
||
|
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
|