rtfd/docs/public/markdown/syntax.rst

54 lines
417 B
ReStructuredText
Raw Normal View History

2017-12-02 23:02:37 +01:00
Syntax
2019-08-06 10:11:25 +02:00
======
.. todo:: tables
2017-12-02 23:02:37 +01:00
Titles
2019-08-06 10:11:25 +02:00
------
2017-12-02 23:02:37 +01:00
::
2019-08-06 10:11:25 +02:00
# title 1
## title 2
### title 3
#### title 4
##### title 5
###### title 6
2017-12-02 23:02:37 +01:00
Lists
2019-08-06 10:11:25 +02:00
-----
2017-12-02 23:02:37 +01:00
::
2019-08-06 10:11:25 +02:00
* element 1
* element 2
* element 2.1
* element 2.2
* element 2.2.1
* element 2.2.2
2017-12-02 23:02:37 +01:00
Blocks
2019-08-06 10:11:25 +02:00
------
2017-12-02 23:02:37 +01:00
::
2019-08-06 10:11:25 +02:00
```language
multi
line
message
```
2017-12-02 23:02:37 +01:00
Links
2019-08-06 10:11:25 +02:00
-----
2017-12-02 23:02:37 +01:00
::
2019-08-06 10:11:25 +02:00
[link_caption](link_address)
2017-12-02 23:02:37 +01:00
Images
2019-08-06 10:11:25 +02:00
------
2017-12-02 23:02:37 +01:00
::
2019-08-06 10:11:25 +02:00
![alternative_text](image_address)