Markdown 语法速查 - 免费在线使用 | FunToolX
在线免费使用 Markdown 语法速查,无需下载安装,即开即用。FunToolX 提供数百款趣味在线工具。
Markdown 语法速查表
常用 Markdown 语法参考,左侧为语法代码,右侧为渲染效果。点击复制图标可复制语法片段。
标题
# Heading 1
Heading 1
## Heading 2
Heading 2
### Heading 3
Heading 3
#### Heading 4
Heading 4
##### Heading 5
Heading 5
###### Heading 6
Heading 6
文字格式
**bold**
bold
__bold__
bold
*italic*
italic
_italic_
italic
***bold italic***
bold italic
~~strikethrough~~
`inline code`
inline code <u>underline</u>
underline
H<sub>2</sub>O
H2O
X<sup>2</sup>
X2
列表
- Item 1 - Item 2 - Item 3
- Item 1
- Item 2
- Item 3
* Item A * Item B * Item C
- Item A
- Item B
- Item C
+ Item X + Item Y + Item Z
- Item X
- Item Y
- Item Z
1. First 2. Second 3. Third
- First
- Second
- Third
- Parent
- Child
- Grandchild - Parent
- Child
- Grandchild
- Child
链接和图片
[Google](https://google.com)
[Link with title](https://example.com "Title")
<https://example.com>

Alt text

Alt
[ref]: https://example.com [text][ref]
text (reference-style)
代码
Use `code` inline
Use
code inline ```javascript
console.log("hello");
``` console.log("hello");
```python
def greet():
print("Hi")
``` def greet():
print("Hi")
```html <h1>Hello</h1> ```
<h1>Hello</h1>
indented code block
indented code block
引用
> Simple blockquote
Simple blockquote
> Line 1 > Line 2
Line 1
Line 2
> Outer >> Nested
Outer
Nested
> **Bold** and `code`
Bold and
code
> - List item > - Another
- List item
- Another
表格
| Left | Center | Right | |:---|:---:|---:| | A | B | C | | 1 | 2 | 3 |
| Left | Center | Right |
|---|---|---|
| A | B | C |
| 1 | 2 | 3 |
| Name | Age | |------|-----| | Alice | 25 | | Bob | 30 |
| Name | Age |
|---|---|
| Alice | 25 |
| Bob | 30 |
分割线
---
***
___
- - -
任务列表
- [ ] Incomplete task
- [x] Completed task
- [ ] Task 1 - [x] Task 2 - [ ] Task 3
扩展语法
Here is a footnote[^1] [^1]: Footnote text
Here is a footnote[1]
[1]: Footnote text
==highlighted text==
highlighted text
term : definition
- term
- definition
Automatic URL: https://example.com
Automatic URL: https://example.com
:smile: :heart: :+1:
😀 ❤️ 👍
已复制!
关于本工具
Markdown 语法速查 是一款免费的在线文本工具。Markdown 常用语法速查表,一目了然。几秒钟搞定文本的转换与整理。无需下载安装或注册,打开浏览器即可立即使用。
页面左侧显示 Markdown 源码示例,右侧显示渲染后的效果。涵盖所有常用语法:标题(# 一级、## 二级)、段落、强调(**加粗**、*斜体*)、列表(有序、无序)、链接、图片、代码块、引用、表格、分割线、任务列表等。
每个语法点都有可复制的代码示例,点击即可复制到剪贴板。有些版本支持扩展语法(如 GFM GitHub Flavored Markdown、CommonMark)的对比展示。
适合 Markdown 新手快速查阅语法,或老手忘记某个语法时参考。可以打印为 PDF 贴在桌边。有些版本支持搜索和过滤特定语法。
Markdown 语法速查表,展示所有常用 Markdown 语法和对应效果,支持复制示例代码,方便写作时参考。