【Markdown基本指令汇总】

Markdown快速入门

标题(heading)

# h1

h1

## h2

h2

### h3

h3

#### h4

h4

##### h5

h5

###### h6

h6

高亮显示

==高亮文本==
高亮文本

粗体(bold)

**bold text**
bold text

斜体(italic)

* italicized text*
italicized text

引用块(blockquote)

>blockquote

blockquote

有序列表(ordered list)

  1. first item
  2. second item
  3. Third item
  4. fourth item

无序列表(Unordered list)

- first item

  • first item
  • second item
  • thired item

代码(code)

`code`

code

分割线(horizontal rule)

---


连接(link)

[title](https://www.example.com)
title

图片(image)

[外链图片转存失败,源站可能有防盗链机制,建议将图片保存下来直接上传(img-azncuQFt-1663069997998)(https://markdown.com.cn)]

表格(table)

|syntax|description|
|-------|-----|
|header|title|
|paragraph|text|

syntaxdescription
headertitle
paragraphtext

脚注(footnote)

Here’s a sentence with a footnote.[^1]

Here’s a sentence with a footnote.1

标题编号(heading id)

My Great Heading

定义列表(definition list)

Fisrt Term
This is the definition of the first term.
Second Term
This is one definition of the second term.
This is another definition of the second term.

删除线(Strikethrough)

~~The word is flat.~~
The word is flat.

任务列表(task list)

- [x] write the press release

  • write the press release

- [ ] update the website

  • update the website
  • contact the media

代码块(fenced code block)

```
{“firstName”:“John”,
“lastName”:“Smith”,
“age”:25
}

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

  1. This is the footnote ↩︎

  • 0
    点赞
  • 1
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值