rtfd/docs/public/markdown/syntax.rst

54 lines
417 B
ReStructuredText
Raw Normal View History

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