mirror of
https://github.com/reonokiy/blog.nokiy.net.git
synced 2025-06-15 11:12:54 +02:00
chore: update md style guide
This commit is contained in:
parent
6ce8d0a651
commit
2b5c2b31ff
2 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue