From e7ef9347d66af0cbe4de5ae35f891f98f7e8e9b5 Mon Sep 17 00:00:00 2001
From: jaywcjlove <398188662@qq.com>
Date: Mon, 21 Nov 2022 14:55:14 +0800
Subject: [PATCH] doc: update markdown.md
---
docs/markdown.md | 28 ++++++++++++++--------------
1 file changed, 14 insertions(+), 14 deletions(-)
diff --git a/docs/markdown.md b/docs/markdown.md
index 3792dc1..80567a0 100644
--- a/docs/markdown.md
+++ b/docs/markdown.md
@@ -167,8 +167,8 @@ console.log("This is a block code")
简单的风格
```markdown
- 左栏 | 中间栏 | 右栏
-:-------: | :-------:|:-------:
+左栏 | 中间栏 | 右栏
+:--- | ---- | ----
单元格 1 | 居中 | $1600
单元格 2 | 单元格 3 | $12
```
@@ -222,18 +222,18 @@ Markdown 表格生成器:[tableconvert.com](https://tableconvert.com/)
| 字符 | 转义 | 描述 |
|------------|--------|-------------|
-| \\ | \\\\ | backslash 反斜杠 |
-| \` | \\\` | backtick 反引号 |
-| \* | \\\* | asterisk 星号 |
-| \_ | \\\_ | underscore 下划线 |
-| \{\} | \\\{\} | curly braces 花括号 |
-| \[\] | \\\[\] | square brackets 方括号 |
-| \(\) | \\\(\) | parentheses 圆括号 |
-| \# | \\\# | hash mark 哈希标记 |
-| \+ | \\\+ | plus sign 加号 |
-| \- | \\\- | minus sign \(hyphen\) 减号(连字符) |
-| \. | \\\. | dot 点 |
-| \! | \\\! | exclamation mark 感叹号 |
+| \\ | \\\\ | backslash 反斜杠 |
+| \` | \\\` | backtick 反引号 |
+| \* | \\\* | asterisk 星号 |
+| \_ | \\\_ | underscore 下划线 |
+| \{\} | \\\{\} | curly braces 花括号 |
+| \[\] | \\\[\] | square brackets 方括号 |
+| \(\) | \\\(\) | parentheses 圆括号 |
+| \# | \\\# | hash mark 哈希标记 |
+| \+ | \\\+ | plus sign 加号 |
+| \- | \\\- | minus sign \(hyphen\) 减号(连字符) |
+| \. | \\\. | dot 点 |
+| \! | \\\! | exclamation mark 感叹号 |
### 行内 HTML 元素