mirror of
https://gitee.com/vnotex/vnote.git
synced 2025-07-05 13:59:52 +08:00
docs: add table syntax in Markdown guide
This commit is contained in:
parent
9e5f3abb4b
commit
968b674a50
@ -63,6 +63,14 @@ Notice that the sequence number is irrelevant. Markdown will change the sequence
|
|||||||
4. Item 4
|
4. Item 4
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### Tables
|
||||||
|
```md
|
||||||
|
| col 1 | col 2 | col 3 |
|
||||||
|
| --- | --- | --- |
|
||||||
|
| cell1 | cell2 | cell3 |
|
||||||
|
| cell4 | cell5 | cell6 |
|
||||||
|
```
|
||||||
|
|
||||||
### Images and Links
|
### Images and Links
|
||||||
```md
|
```md
|
||||||

|

|
||||||
|
@ -64,6 +64,14 @@ __This text will be bold__
|
|||||||
4. Item 4
|
4. Item 4
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### 表格
|
||||||
|
```md
|
||||||
|
| col 1 | col 2 | col 3 |
|
||||||
|
| --- | --- | --- |
|
||||||
|
| cell1 | cell2 | cell3 |
|
||||||
|
| cell4 | cell5 | cell6 |
|
||||||
|
```
|
||||||
|
|
||||||
### 图片和链接
|
### 图片和链接
|
||||||
```md
|
```md
|
||||||

|

|
||||||
|
Loading…
x
Reference in New Issue
Block a user