markdown学习笔记

速查手册

元素 Markdown 语法
标题(Heading) # H1
## H2
### H3
粗体(Bold) **bold text**
斜体(Italic) *italicized text*
引用块(Blockquote) > blockquote
有序列表(Ordered List) 1. First item
2. Second item
3. Third item
无序列表(Unordered List)
- First item
- Second item
- Third item
代码(Code) code
分隔线(Horizontal Rule) ---
链接(Link) [title](https://www.example.com)
图片(Image) ![alt text](image.jpg)
元素 Markdown 语法
表格(Table)
| Syntax      | Description |
| ----------- | ----------- |
| Header      | Title       |
| Paragraph   | Text        |
代码块(Fenced Code Block) ```
{
  "firstName": "John",
  "lastName": "Smith",
  "age": 25
}
```
定义列表(Definition List)
term
: definition
删除线(Strikethrough) ~~The world is flat.~~
任务列表(Task List)
- [x] Write the press release
- [ ] Update the website
- [ ] Contact the media

一、标题语法

一级标题

二级标题

三级标题

四级标题

五级标题
六级标题

与字要有空格

正常

二、粗体斜体

粗体

斜体

引用信息

啦啦啦

引用引用

三、项

  • 123456
  • 234567
  • 345678

四、代码

代码

print('hello world,this is code')

五、分割线


test


六、删除线

heihei

七、链接:

显示

这是一个链接 百度

https://www.baidu.com

email:
ljworg@163.com

引用

连接中含有空格时,请用%20代替

八、图片:

图片alt

test:

测试图片

九、表格:

要添加表,请使用三个或多个连字符(---)创建每列的标题,并使用管道(|)分隔每列。

hello world
test test2
Syntax Description
Header Title
Paragraph Text

十、代码块:

{
  "firstName": "John",
  "lastName": "Smith",
  "age": 25
}

十一、任务列表

  • [x] Write the press release
  • [ ] Update the website
  • [ ] Contact the media

本文参考https://markdown.com.cn的内容,仅为个人学习记录,侵权请联系

暂无评论

发送评论 编辑评论


				
|´・ω・)ノ
ヾ(≧∇≦*)ゝ
(☆ω☆)
(╯‵□′)╯︵┴─┴
 ̄﹃ ̄
(/ω\)
∠( ᐛ 」∠)_
(๑•̀ㅁ•́ฅ)
→_→
୧(๑•̀⌄•́๑)૭
٩(ˊᗜˋ*)و
(ノ°ο°)ノ
(´இ皿இ`)
⌇●﹏●⌇
(ฅ´ω`ฅ)
(╯°A°)╯︵○○○
φ( ̄∇ ̄o)
ヾ(´・ ・`。)ノ"
( ง ᵒ̌皿ᵒ̌)ง⁼³₌₃
(ó﹏ò。)
Σ(っ °Д °;)っ
( ,,´・ω・)ノ"(´っω・`。)
╮(╯▽╰)╭
o(*////▽////*)q
>﹏<
( ๑´•ω•) "(ㆆᴗㆆ)
😂
😀
😅
😊
🙂
🙃
😌
😍
😘
😜
😝
😏
😒
🙄
😳
😡
😔
😫
😱
😭
💩
👻
🙌
🖕
👍
👫
👬
👭
🌚
🌝
🙈
💊
😶
🙏
🍦
🍉
😣
Source: github.com/k4yt3x/flowerhd
颜文字
Emoji
小恐龙
花!
上一篇