# H1 Heading
## H2 Heading
### H3 Heading
#### H4 Heading
##### H5 Heading
###### H6 Heading
или
AH1 Heading
==========
AH2 Heading
-----------------
Преформатированный текст с тегом <pre>
<pre>
pre block text
i = 0;
</pre>
Результат:
pre block text i = 0;
Блок кода
```c - (указание языка, опционально) volatile int i = 0; for(y=0, i<10, i++) { asm(nop); }; ```
Результат:
volatile int i = 0;
for(y=0, i<10, i++) {
asm(nop);
}
маркированный `text` в строке
маркированный text
в строке
Для отступа между текстовыми блоками нужно оставить пустую строку.
Для большего отступа нужно добавить тег <br>
**Bold**
Bold
_Italic_ *Italic*
Italic Italic
***italic-bold***
italic-bold
~~Deleted~~
Deleted
тег </kbd>
Ctrl + S
тег </sup>
TextSuperscripted
тег </sub>
TextSubscxripted <sub>
тег </u>
Underlined
тег <mark>
Highlighted
тег </time>
тег </var>
x = y + 2
> The advance of technology is based on making it fit in so that you don't really even notice it,
> so it's part of everyday life.
>
> <cite>- Bill Gates</cite>
The advance of technology is based on making it fit in so that you don't really even notice it,
so it's part of everyday life.- Bill Gates
+ list item 1
+ list item 2
- list item 2.1
- list item 2.2
- list item 2.3
* list item 3
1. list item 1
1. list item 2
1. list item 2.1
1. list item 2.2
1. list item 2.3
1. list item 3
| Name | Genre | Release date |
| :-------------------------- | :---------------------------: | -------------------: |
| The Shawshank Redemption | Crime, Drama | 14 October 1994 |
| The Godfather | Crime, Drama | 24 March 1972 |
| Schindler's List | Biography, Drama, History | 4 February 1994 |
| Se7en | Crime, Drama, Mystery | 22 September 1995 |
Name | Genre | Release date |
---|---|---|
The Shawshank Redemption | Crime, Drama | 14 October 1994 |
The Godfather | Crime, Drama | 24 March 1972 |
Schindler's List | Biography, Drama, History | 4 February 1994 |
Se7en | Crime, Drama, Mystery | 22 September 1995 |
! This is a warning notification
!! This is a error notification
!!! This is a default notification
!!!! This is a success notification
This is a warning notification
This is a error notification
This is a default notification
This is a success notification
***
---
___
перед линией нужно оставить пустую строку, иначе расценится как заголовок.
[Google](https://www.google.com)
или просто ссылка
https://www.google.com
или сноской
[Google-2][1]
Изображения так же, только спереди `!`

![другой текст][2]
Сноски:
[1]: https://www.google.com
[2]: https://docs.nnz-work.ru/img/logo.svg
Google
или просто ссылка
https://www.google.com
или сноской
Google-2
Изображения объявляются так же, только спереди знак !
Сноски:
для загруженных изображений или внутренних страниц - путь должен быть относительный