我的收藏

還沒有收藏的工具,點擊工具頁面的書籤按鈕添加收藏。

Markdown 語法速查 - 免費線上使用 | UtilsHub

線上免費使用 Markdown 語法速查,無需下載安裝,即開即用。UtilsHub 提供數百款趣味線上工具。

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~~
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
  1. First
  2. Second
  3. Third
- Parent
  - Child
    - Grandchild
  • Parent
    • Child
      • Grandchild

代碼

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 |
LeftCenterRight
ABC
123
| Name | Age |
|------|-----|
| Alice | 25 |
| Bob | 30 |
NameAge
Alice25
Bob30

分割線

---

***

___

- - -

任務列表

- [ ] 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 常用語法速查表,一目了然。適合專注、放鬆,或單純找點樂子。無需下載安裝或註冊,打開瀏覽器即可立即使用。