# markdown editorCopy the code
Markdown editor
[TOC]
Copy the code
[TOC]
### #### ##### ###### 6Copy the code
The secondary title
Level 3 title
Level 4 titles
Five titles
Level 6
The font
Normal font ** Bold font ** * Italic font * ~~ Line font ~~Copy the code
Normal font
Bold font
Italic font
Add fonts
Font properties
<font color='red'> Font color </font> <font size='13'> Font size </font> <font face=" Regular "> Font type </font> <font Face ="STCAIYUN">Copy the code
The font color
The font size
The italic font type
Chinese color font type
The divider
Three dividing lines are written: – * _
---
***
___
Copy the code
code
```java
class A{}
```
Copy the code
class A{}
Copy the code
Local image
! [Local image](\\ sky-20190723ylz \Users\Administrator\Desktop\ Shared File \ avatar 2.jpg)Copy the code
Website picture
! Pictures] [site (HTTP: / / https://p3-juejin.byteimg.com/tos-cn-i-k3u1fbpfcp/488d44212d6f483399237766005d1b16~tplv-k3u1fbpfcp-watermark.imag e)Copy the code
hyperlinks
[link] (https://juejin.cn/user/1679709499569214)Copy the code
hyperlinks
form
| 1 | 2 | 3 | | -- - | -- - | -- - | | | 4 5 | | 6Copy the code
1 | 2 | 3 |
---|---|---|
4 | 5 | 6 |
The list of
3. * 123 * 456 * 789-12-34-56Copy the code
- The first line
- The second line
- The third line
- 123
- 456
- 789
- 12
- 34
- 56
The text box
123  aa 456  aa 789 aaCopy the code
123 aa
456 aa
789 aa