P6. Markdown

笔记的使用

标题

三级标题

四级标题

字体

hello world

hello world

hello world

hello world

引号

HELLO WOR

ddd

分割线



图片

AAA

超链接

AAA

列表

  1. a
  2. a
  3. a
  4. 1
  5. 1
  6. 2
  • A
  • B
  • C

列表

aaAA
2 2

代码

public class Hello{
    public static void main(String[] args){
            System.out.print("hello world!");
    }
} 
AAAAAA
AA AA AA
-- -- --
AA AA AA
-- -- --
-- -- --

 

 
# 笔记的使用

## 标题

### 三级标题

#### 四级标题

## 字体

**hello world**

*hello world*

***hello world***

~~hello world~~

## 引号

> HELLO WOR

>ddd

## 分割线

---
---

## 图片

![AAA](https://fs.img4399.com/images~2022/02/11/18_IEy6_34zv1.1200x372.png)

## 超链接

[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文件夹

 

 

posted @ 2021-06-25 21:30  归故归谷糕  阅读(44)  评论(0)    收藏  举报