documents
This commit is contained in:
parent
f3f499c439
commit
b55ea0bc00
22 changed files with 2 additions and 9 deletions
7
in/public/documents/markdown/index.rst
Normal file
7
in/public/documents/markdown/index.rst
Normal file
|
@ -0,0 +1,7 @@
|
|||
########
|
||||
MarkDown
|
||||
########
|
||||
|
||||
.. toctree::
|
||||
|
||||
syntax
|
52
in/public/documents/markdown/syntax.rst
Normal file
52
in/public/documents/markdown/syntax.rst
Normal file
|
@ -0,0 +1,52 @@
|
|||
******
|
||||
Syntax
|
||||
******
|
||||
|
||||
Titles
|
||||
======
|
||||
|
||||
::
|
||||
|
||||
# title 1
|
||||
## title 2
|
||||
### title 3
|
||||
#### title 4
|
||||
##### title 5
|
||||
###### title 6
|
||||
|
||||
Lists
|
||||
=====
|
||||
|
||||
::
|
||||
|
||||
* element 1
|
||||
* element 2
|
||||
* element 2.1
|
||||
* element 2.2
|
||||
* element 2.2.1
|
||||
* element 2.2.2
|
||||
|
||||
Blocks
|
||||
======
|
||||
|
||||
::
|
||||
|
||||
```language
|
||||
multi
|
||||
line
|
||||
message
|
||||
```
|
||||
|
||||
Links
|
||||
=====
|
||||
|
||||
::
|
||||
|
||||
[link_caption](link_address)
|
||||
|
||||
Images
|
||||
======
|
||||
|
||||
::
|
||||
|
||||

|
Loading…
Add table
Add a link
Reference in a new issue