Skip to content
This repository was archived by the owner on Sep 17, 2025. It is now read-only.

Commit 6b6fc8d

Browse files
committed
Update Guide.md and Guide.zh.md
1 parent b472bc5 commit 6b6fc8d

2 files changed

Lines changed: 26 additions & 22 deletions

File tree

Guide.md

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -82,23 +82,25 @@ various formats including TXT, MD (Markdown), and HTML.
8282

8383
# Some Basic Markdown Syntax
8484

85-
| Element | Syntax |
86-
|:--------------:|:--------------------------------------:|
87-
| Heading | `# H1` <br/> `## H2`<br/> `### H3` |
88-
| Italic | `_italic_ or *italic*` |
89-
| Bold | `**bold**` |
90-
| Blockquote | `> Blockquote` |
91-
| Link | `[title](https://www.example.com)` |
92-
| Code | `` `code` `` |
93-
| Ordered List | `1. List item 1`<br/> `2. List item 2` |
94-
| Unordered List | `- Apple`<br/> `- Banana` |
95-
| Image | `![alt text](image.jpeg)` |
85+
| Element | Syntax |
86+
|:--------------:|:----------------------------------:|
87+
| Heading | `# H1` <br/> `## H2`<br/> `### H3` |
88+
| Italic | `_italic_ or *italic*` |
89+
| Bold | `**bold** or __bold__` |
90+
| Blockquote | `> Blockquote` |
91+
| Link | `[title](https://www.example.com)` |
92+
| Code | `` `code` `` |
93+
| Ordered List | `1. List item 1 or 2) List item 2` |
94+
| Unordered List | `- Apple or + Banana or * Orange` |
95+
| Image | `![alt text](image.jpeg)` |
9696

9797
# Some Extended Markdown Syntax
9898

9999
| Element | Syntax |
100100
|:-------------:|:----------------------------------:|
101101
| Strikethrough | `~~Strikethrough~~` |
102+
| Underline | `++Underline++` |
103+
| Highlight | `==Marking==` |
102104
| Task List | `- [x] Task 1`<br/> `- [ ] Task 2` |
103105
| Heading ID | `# Heading {#custom-id}` |
104106

Guide.zh.md

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -67,23 +67,25 @@ TXT、MD (Markdown) 和 HTML。
6767

6868
# 一些基本的 Markdown 语法
6969

70-
| 元素 | 语法 |
71-
|:----:|:--------------------------------------:|
72-
| 标题 | `# H1` <br/> `## H2`<br/> `### H3` |
73-
| 斜体 | `_italic_ or *italic*` |
74-
| 粗体 | `**bold**` |
75-
| 引用 | `> Blockquote` |
76-
| 链接 | `[title](https://www.example.com)` |
77-
| 行内代码 | `` `code` `` |
78-
| 有序列表 | `1. List item 1`<br/> `2. List item 2` |
79-
| 无序列表 | `- Apple`<br/> `- Banana` |
80-
| 图片 | `![alt text](image.jpeg)` |
70+
| 元素 | 语法 |
71+
|:----:|:----------------------------------:|
72+
| 标题 | `# H1` <br/> `## H2`<br/> `### H3` |
73+
| 斜体 | `_italic_ 或者 *italic*` |
74+
| 粗体 | `**bold** 或者 __bold__` |
75+
| 引用 | `> Blockquote` |
76+
| 链接 | `[title](https://www.example.com)` |
77+
| 行内代码 | `` `code` `` |
78+
| 有序列表 | `1. List item 1 或者 2) List item 2` |
79+
| 无序列表 | `- Apple 或者 + Banana 或者 * Orange` |
80+
| 图片 | `![alt text](image.jpeg)` |
8181

8282
# 一些扩展的 Markdown 语法
8383

8484
| 元素 | 语法 |
8585
|:-----:|:----------------------------------:|
8686
| 删除线 | `~~Strikethrough~~` |
87+
| 下划线 | `++Underline++` |
88+
| 高亮 | `==Marking==` |
8789
| 任务列表 | `- [x] Task 1`<br/> `- [ ] Task 2` |
8890
| 标题 ID | `# Heading {#custom-id}` |
8991

0 commit comments

Comments
 (0)