fix(exampleSite): fix zh exampleSite bug

This commit is contained in:
Dillon 2020-02-16 22:41:38 +08:00
parent ef06c4e23f
commit 76145b8473

View file

@ -176,20 +176,20 @@ func main() {
### 3.5 引用链接的定义
```markdown
[foo]: /url "title"
[foo]: / "title"
[foo]
[bar]: /url
[bar]: /
[bar]
```
[foo]: /url "title"
[foo]: / "title"
[foo]
[bar]: /url
[bar]: /
[bar]
@ -683,14 +683,14 @@ function doIt() {
```
| _颜色_ | 水果 | 蔬菜 |
| ------------- |:---------------:| -----------------:|
| red | *苹果* | [辣椒](#Tables) |
| red | *苹果* | [辣椒](#) |
| ~~橙色~~ | 橘子 | **胡萝卜** |
| 绿色 | ~~***梨子***~~ | 菠菜 |
```
| _颜色_ | 水果 | 蔬菜 |
| ------------- |:---------------:| ------------:|
| red | *苹果* | [辣椒](#Tables) |
| red | *苹果* | [辣椒](#) |
| ~~橙色~~ | 橘子 | **胡萝卜** |
| 绿色 | ~~***梨子***~~ | 菠菜 |