Skip to content

1saacYing/Markdown

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 

Repository files navigation

Markdown 学习笔记

1. 代码块

//代码块语法:
```java
    
```shell

2. 标题

# 标题
## 标题
### 标题

标题

标题

标题

3. 字体

// 加粗
** 加粗 **
// 代码高亮
==代码高亮==
// 删除线
~~删除文字~~
// 斜体
*斜体内容*
// 粗斜体
***粗斜体***

// 加粗 ** 加粗 ** // 代码高亮 ==代码高亮== // 删除线 删除文字 // 斜体 斜体内容

// 粗斜体 粗斜体

4. 引用

//引用和嵌套引用
>作者:莫言
>>作者:莫言
>>>作者:莫言
    
//多段引用
> 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

5. 分割线

//分割线
---
//分割线2
***

//分割先

//分割线2


6. 图片插入

//在线图片//本体图片
![describe](URL) --图片路径

name

7.超链接

//超链接
[describe](URL)

GitHub

8. 列表

// 无序列表
- dir1
- dir2
- dir3
// 有序列表 1 +. + name
1. dir1
2. dir2
3. dir3
  • dir1
  • dir2
  • dir3
  1. dir1
  2. dir2
  3. dir3

9. 表格

成绩 语文 数学
98 88

10. 代码

//代码
This is the `code`.

//代码 This is the code.

11. 源码查看

CTRL + /

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published