chore: update md style guide

This commit is contained in:
radishzzz 2025-03-24 01:17:43 +00:00
parent 6ce8d0a651
commit 2b5c2b31ff
2 changed files with 5 additions and 1 deletions

View file

@ -190,6 +190,8 @@ we can use 3 backticks ``` in new line and write snippet and close with 3 backti
## Other Elements
Including `<sup>` superscript, `<sub>` subscript, `<abbr>` abbreviation, `<del>` strikethrough, `<u>` wavy underline, `<kbd>` keyboard input, and `<mark>` highlight.
### Syntax
```markdown

View file

@ -98,7 +98,7 @@ HTML 的 `<h1>` 至 `<h6>` 标签对应六个等级的标题。`<h1>` 为最高
## 代码块
在代码的开头和结尾处,添加三个反引号 ``` 包裹代码。在开头的反引号后标注 html、javascript、css、markdown 等语言类型,可以实现不同的语法高亮效果。
在代码的开头和结尾处,添加三个反引号 ``` 来创建代码块。在开头的反引号后标注语言类型,例如 html、javascript、css、markdown 等,以实现语法高亮效果。
### 语法
@ -192,6 +192,8 @@ HTML 的 `<h1>` 至 `<h6>` 标签对应六个等级的标题。`<h1>` 为最高
## 其他元素
包括 `<sup>` 上标,`<sub>` 下标,`<abbr>` 缩写,`<del>` 删除线,`<u>` 波浪线,`<kbd>` 键盘输入,`<mark>` 高亮。
### 语法
```markdown