fix(exampleSite): fix zh exampleSite bug
This commit is contained in:
@@ -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 | *苹果* | [辣椒](#) |
|
||||
| ~~橙色~~ | 橘子 | **胡萝卜** |
|
||||
| 绿色 | ~~***梨子***~~ | 菠菜 |
|
||||
|
||||
|
||||
Reference in New Issue
Block a user