rst
This commit is contained in:
parent
9466cf6723
commit
65fb881bbf
7 changed files with 8 additions and 9 deletions
|
@ -5,4 +5,3 @@ Documents
|
|||
:maxdepth: 2
|
||||
|
||||
recommonmark/index
|
||||
restructuredtext/index
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 8.5 KiB |
|
@ -1,8 +0,0 @@
|
|||
################
|
||||
ReStructuredText
|
||||
################
|
||||
|
||||
.. toctree::
|
||||
|
||||
tree
|
||||
syntax
|
|
@ -1,105 +0,0 @@
|
|||
******
|
||||
Syntax
|
||||
******
|
||||
|
||||
.. todo:: titles
|
||||
.. todo:: lists
|
||||
.. todo:: code
|
||||
.. todo:: tables
|
||||
.. todo:: images
|
||||
.. todo:: links
|
||||
|
||||
Sections
|
||||
========
|
||||
|
||||
.. code:: restructuredtext
|
||||
|
||||
####
|
||||
Part
|
||||
####
|
||||
|
||||
*******
|
||||
Chapter
|
||||
*******
|
||||
|
||||
Section
|
||||
=======
|
||||
|
||||
SubSection
|
||||
----------
|
||||
|
||||
SubSubSection
|
||||
^^^^^^^^^^^^^
|
||||
|
||||
Paragraph
|
||||
"""""""""
|
||||
|
||||
Links
|
||||
=====
|
||||
|
||||
Internal
|
||||
--------
|
||||
|
||||
declaration
|
||||
^^^^^^^^^^^
|
||||
|
||||
.. code:: restructuredtext
|
||||
|
||||
.. label_name:
|
||||
|
||||
reference
|
||||
^^^^^^^^^
|
||||
|
||||
.. code:: restructuredtext
|
||||
|
||||
:ref:`label_name`_
|
||||
|
||||
ToSort
|
||||
======
|
||||
|
||||
.. code:: restructuredtext
|
||||
|
||||
.. raw:: html
|
||||
|
||||
<div></div>
|
||||
|
||||
* *1 star*
|
||||
* **2 stars**
|
||||
* ``2 backquotes``
|
||||
|
||||
| After this comma,
|
||||
| output new line
|
||||
|
|
||||
|
||||
.. image:: image.png
|
||||
|
||||
.. this is a really useless comment
|
||||
|
||||
..
|
||||
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
|
|
@ -1,7 +0,0 @@
|
|||
****
|
||||
Tree
|
||||
****
|
||||
|
||||
.. code::
|
||||
|
||||
index
|
Loading…
Add table
Add a link
Reference in a new issue