Use empty line
to split text into paragraphs.
|
⇒ | Use empty line to split text into paragraphs. |
# This is a first level header
## Second level
#### Fourth
###### Sixth (there is no 7th level though)
|
⇒ | This is a first level headerSecond levelFourthSixth (there is no 7th level though) |
*Italic* and **bold** font. Monospaced font should be wrapped in `backticks`.
|
⇒ | Italic and bold font. Monospaced font should be wrapped in |
* simple list
* each item on a new line prepended by asterisk
* indented list item
* and another one
|
⇒ |
|
1. numbered list
1. put number followed by period at the beginning of each line
666. you can use any number, it doesn't affect resulting text
|
⇒ |
|
You can also use [hyperlinks](http://example.com).
|
⇒ | You can also use hyperlinks. |
You can also use footnotes[^1]!
[^1]: Really!
|
⇒ |
Use construction “!” to insert full-sized image from the storage.
You can also insert reduced image that fits into the page: “!” (just add “\m” suffix to filename).
|
⇒ |
Use construction “ |
You can use definition lists.
**First method**
: defintion data
**Multiline**
: Multiline defintion lines
are possible, just prepend
lines with 4 spaces
|
⇒ | You can use definition lists.
|