//代码块语法:
```java
```shell
# 标题
## 标题
### 标题
// 加粗
** 加粗 **
// 代码高亮
==代码高亮==
// 删除线
~~删除文字~~
// 斜体
*斜体内容*
// 粗斜体
***粗斜体***
// 加粗
** 加粗 **
// 代码高亮
==代码高亮==
// 删除线
删除文字
// 斜体
斜体内容
// 粗斜体 粗斜体
//引用和嵌套引用
>作者:莫言
>>作者:莫言
>>>作者:莫言
//多段引用
> Dorothy followed her through many of the beautiful rooms in her castle.
>
> The Witch bade her clean the pots and kettles and sweep the floor and keep the fire fed with wood.
//引用和嵌套引用
作者:莫言
作者:莫言
作者:莫言
//多段引用
Dorothy followed her through many of the beautiful rooms in her castle.
The Witch bade her clean the pots and kettles and sweep the floor and keep the fire fed with
//分割线
---
//分割线2
***
//分割线2
//在线图片//本体图片
![describe](URL) --图片路径
//超链接
[describe](URL)
// 无序列表
- dir1
- dir2
- dir3
// 有序列表 1 +. + name
1. dir1
2. dir2
3. dir3
- dir1
- dir2
- dir3
- dir1
- dir2
- dir3
成绩 | 语文 | 数学 |
---|---|---|
98 | 88 |
//代码
This is the `code`.
//代码
This is the code
.
CTRL + /