docs: update markdown.md (#163)
This commit is contained in:
parent
afbfcc2285
commit
f22b15c77d
@ -159,7 +159,7 @@ console.log("This is a block code")
|
|||||||
|
|
||||||
```markdown
|
```markdown
|
||||||
| 左栏 | 中间栏 | 右栏 |
|
| 左栏 | 中间栏 | 右栏 |
|
||||||
| ----------| ------------ | --------- |
|
| -------- | -------- | ----- |
|
||||||
| 单元格 1 | 居中 | $1600 |
|
| 单元格 1 | 居中 | $1600 |
|
||||||
| 单元格 2 | 单元格 3 | $12 |
|
| 单元格 2 | 单元格 3 | $12 |
|
||||||
```
|
```
|
||||||
@ -168,11 +168,19 @@ console.log("This is a block code")
|
|||||||
|
|
||||||
```markdown
|
```markdown
|
||||||
左栏 | 中间栏 | 右栏
|
左栏 | 中间栏 | 右栏
|
||||||
:--- | ---- | ----
|
-------- | -------- | -----
|
||||||
单元格 1 | 居中 | $1600
|
单元格 1 | 居中 | $1600
|
||||||
单元格 2 | 单元格 3 | $12
|
单元格 2 | 单元格 3 | $12
|
||||||
```
|
```
|
||||||
|
|
||||||
|
增加 `:` 改变文字对齐方式
|
||||||
|
|
||||||
|
```markdown
|
||||||
|
左栏 | 中间栏 | 右栏
|
||||||
|
:------- | :------: | -----:
|
||||||
|
左对齐 | 居中 | 右对齐
|
||||||
|
```
|
||||||
|
|
||||||
Markdown 表格生成器:[tableconvert.com](https://tableconvert.com/)
|
Markdown 表格生成器:[tableconvert.com](https://tableconvert.com/)
|
||||||
|
|
||||||
### 脚注 (Footnotes)
|
### 脚注 (Footnotes)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user