Shortcut keys pressed:
# Level 1 title
## Second level title
### Level 3 title
#### Level 4 Headings
##### Level 5 Heading
###### Level 6 Heading
Button pressed by:
## Secondary
### Level 3
#### Level 4
##### Level 5
###### Sixth grade
hand typed:
# level 1.0
## Secondary 2.0
### Level 3 3.0
Bold:
**Shortcut keys**
** button's **
**hand typed**
underscore:
of the button
Hand typed
Shortcut keys
slash:
_hot key_
_button_
_hand typed_
strikethrough
~~button~~
~~Hand typed~~
Shift Alt 5 shortcut key doesn't seem to work, Baidu's
##### _~~**Level 5 headings are bolded, slashed, underlined and deleted**~~_
quote
> This string is a reference
> Make it a little longer, with some English and other languages, This sentence is used in multiple languages, Это слово для многоязычия.
Button This is a subscript
Hand typed Here is the subscript
Button This is superscript
Hand typed here is superscript
- unordered list 1
- unordered list 1-1
- unordered list 1-2
- Unordered list 1-2-1
- Unordered list 1-2-1-1
- unordered list 2
Handmade
- hand one
- the second
- two bars one
Ordered list:
1. Ordered list 1
2. Ordered List 2
3. Ordered List 3
4. Ordered List 4
5. Ordered List 5
6. Ordered List 6
7. Ordered List 7
8. Ordered List 8
9. Ordered List 9
10. Ordered List 10
11. Ordered List 11
task list:
- [ ] Mission 1
- [ ] Mission 2
- [ ] Mission 2-1
- [ ] Mission 2-1-1
- [ ] Mission 2-1-2
- [ ] Mission 3
- [x] Mission 1 completed
- [x] Completed missions 1-1
- [x] Mission 2 completed
- [ ] Manual missions
- [x] finish
`Inline code:`
`SELECT id,name,editor_type,add_time,update_time FROM sys_tannant WHERE id = 85`
```sql
SELECT id,`name`,editor_type,add_time,update_time FROM sys_tannant WHERE id = 85
SELECT
id,
`name`,
editor_type,
add_time,
update_time
FROM
sys_tannant
WHERE
id = 85
```
[baidu](https://baidu.com)
[Hand-printed hyperlink](https://google.com)
button uploaded

cropped image

Copied image:

Images uploaded after turning on the compressed image switch:

![Hand typed, show picture name]()

## Put a positioning (table)
111
twenty two
| Table | Heading 2 | Heading 3, a little long | Heading 4, very long long long long long long long long long |
| - | - | - | - |
Content 1 | Content 2 | Content 3 | Content 4 |
Content 1-1 | Content 2-2 | Content 3-3 | Content 4-4 |
| hand typed | abc | 12 |
| :- | :-: | -: |
| Align Left
12| Align Center
12 | Align Right
12 |
| **Bold here** | *Slant here* | Underline here |
| ~~Delete here~~ | - [ ] Can you do it for me? Can't | > Can plug references? can not |
| Can be superscripted? | Can subscript? | ##### Can title? can not |
| `Inline code? ` | [insert link](6gN276) |  |
| Come in blue | Come in big characters | Forms can’t be stuffed |
| Here comes an equation: $\sqrt{3}$$\frac {a+b} {c}$ | To be determined | To be determined |
```mermaid
sequenceDiagram
A->>B: hello!
B-->>A: Hi!
A-)B: bye!
```
```mermaid
gantt
title A Gantt Diagram
dateFormat YYYY-MM-DD
section Section
A task :a1, 2014-01-01, 30d
Another task :after a1, 20d
```
```mermaid
classDiagram
class Animal
Vehicle <|-- Car
```
```mermaid
stateDiagram-v2
s1 --> s2: provide
s2 --> s1: feedback
s1-->s3
```
```mermaid
pie title animal
"Dogs" : 386
"Cats": 85
"Rats" : 15
```
```mermaid
erDiagram
CAR ||--o{ NAMED-DRIVER : allows
PERSON ||--o{ NAMED-DRIVER : is
```
```mermaid
journey
title My working day
section Go to work
Make tea: 5: Me
Go upstairs: 3: Me
Do work: 1: Me, Cat
section Go home
Go downstairs: 5: Me
Sit down: 5: Me
```
some block level formulas
$$
E=mc^2
$$
$\sqrt{3}$$\frac {a+b} {c}$
$\sqrt[3]{x}$
$x^2{2}$
$a_{n}$, $x^2{2}_{i}$
$\sum^{n}_{i=1}a_i$
$\int^{b}_{a}f(x)dx$
Just come to a piece of text
1111111
This paragraph is a little longer, and the number of words can be used to support it. This paragraph is a little longer, and the number of words can be used to support it. This paragraph is a little longer, and the number of words can be used to support it. This paragraph is a little longer, and the number of words can be used to support it.
Then come multilingual:
Этот абзац немного длиннее и набирает количество слов. Этот абзац немного длиннее инабирает количество слов. зац немного длиннее и набирает количество слов.
This paragraph is a bit longer, gather the words together to support it. This paragraph is a bit longer, gather the words together to support it. This paragraph is a bit longer, gather the words together to support it.
#### Another positioning (a bunch of sticky notes)
!!! abstract reminder
Hahaha
Hehehe
!!!
!!!attention 2.0
This paragraph is a bit longer, gather the words together to support it. This paragraph is a bit longer, gather the words together to support it. This paragraph is a bit longer, gather the words together to support it.
!!!
!!! bug 3.0
Этот абзац немного длиннее и набирает количество слов. Этот абзац немного длиннее и набирает количество слов. Этот а бзац немного длиннее и набирает количество слов.
!!!
!!!caution 4.0
This paragraph is a little longer, and the number of words can be used to support it. This paragraph is a little longer, and the number of words can be used to support it. This paragraph is a little longer, and the number of words can be used to support it. This paragraph is a little longer, and the number of words can be used to support it.
Then come multilingual:
!!!
!!! danger 5.0
SELECT b.id,b.`name`,b.string_id,b.slug,b.`status`,a.content,a.pure_content,a.is_draft,b.editor_type,a.created_by acb,a.updated_by aub ,a.update_time aut,b.created_by ccb,b.updated_by cub,b.update_time cut FROM `sys_tannant_article` a LEFT JOIN sys_tannant_content b on a.content_id = b.id WHERE b.tannant_id = 85 ORDER BY a.id desc
!!!
!!! error 6.0
| hand typed | abc | 12 |
| :- | :-: | -: |
| Align Left
12| Align Center
12 | Align Right
12 |
| **Bold here** | *Slant here* | Underline here |
| ~~Delete here~~ | - [ ] Can you do it for me? Can't | > Can plug references? can not |
| Can be superscripted? | Can subscript? | ##### Can title? can not |
| `Inline code? ` | [insert link](6gN276) |  |
| Come in blue | Come in big characters | Forms can’t be stuffed |
| Here comes an equation: $\sqrt{3}$$\frac {a+b} {c}$ | To be determined | To be determined |
!!!
!!! example Make the title longer
content is free
!!!
!!! hint
The title is missing
!!!
111
Space one time, space twice
Two spaces at the beginning
Chinese space
Here is an HTML p
Come to a box
centered
Left
right
Casual