P6. Markdown
笔记的使用
标题
三级标题
四级标题
字体
hello world
hello world
hello world
hello world
引号
HELLO WOR
ddd
分割线
图片
超链接
列表
- a
- a
- a
- 1
- 1
- 2
- A
- B
- C
列表
aa | AA |
---|---|
2 | 2 |
代码
public class Hello{
public static void main(String[] args){
System.out.print("hello world!");
}
}
AA | AA | AA |
---|---|---|
AA | AA | AA |
-- | -- | -- |
AA | AA | AA |
-- | -- | -- |
-- | -- | -- |
# 笔记的使用
## 标题
### 三级标题
#### 四级标题
## 字体
**hello world**
*hello world*
***hello world***
~~hello world~~
## 引号
> HELLO WOR
>ddd
## 分割线
---
---
## 图片

## 超链接
[AAA](https://WWW.4399.COM)
## 列表
1. a
2. a
3. a
4. 1
5. 1
6. 2
- A
- B
- C
## 列表
| aa | AA |
| -- | -- |
| 2 | 2 |
## 代码
```JAVA
public class Hello{
public static void main(String[] args){
System.out.print("hello world!");
}
}
```
| AA | AA | AA |
| -- | -- | -- |
| AA | AA | AA |
| -- | -- | -- |
| AA | AA | AA |
| -- | -- | -- |
| -- | -- | -- |
注意事项:
1.注意英文输入法
2.注意空格
3.注意链接要完整
VSCODE工具插件:
paste image(粘贴工具):有Image文件夹
typora:有Img文件夹