source→in
This commit is contained in:
parent
56de30bb57
commit
4097336b90
113 changed files with 0 additions and 0 deletions
7
in/markdown/index.rst
Normal file
7
in/markdown/index.rst
Normal file
|
@ -0,0 +1,7 @@
|
|||
########
|
||||
MarkDown
|
||||
########
|
||||
|
||||
.. toctree::
|
||||
|
||||
syntax
|
52
in/markdown/syntax.rst
Normal file
52
in/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