mirror of
https://github.com/dillonzq/LoveIt.git
synced 2024-11-14 19:06:16 +01:00
fix(exampleSite): fix zh exampleSite bug
This commit is contained in:
parent
ef06c4e23f
commit
76145b8473
1 changed files with 6 additions and 6 deletions
|
@ -176,20 +176,20 @@ func main() {
|
||||||
### 3.5 引用链接的定义
|
### 3.5 引用链接的定义
|
||||||
|
|
||||||
```markdown
|
```markdown
|
||||||
[foo]: /url "title"
|
[foo]: / "title"
|
||||||
|
|
||||||
[foo]
|
[foo]
|
||||||
|
|
||||||
[bar]: /url
|
[bar]: /
|
||||||
|
|
||||||
[bar]
|
[bar]
|
||||||
```
|
```
|
||||||
|
|
||||||
[foo]: /url "title"
|
[foo]: / "title"
|
||||||
|
|
||||||
[foo]
|
[foo]
|
||||||
|
|
||||||
[bar]: /url
|
[bar]: /
|
||||||
|
|
||||||
[bar]
|
[bar]
|
||||||
|
|
||||||
|
@ -683,14 +683,14 @@ function doIt() {
|
||||||
```
|
```
|
||||||
| _颜色_ | 水果 | 蔬菜 |
|
| _颜色_ | 水果 | 蔬菜 |
|
||||||
| ------------- |:---------------:| -----------------:|
|
| ------------- |:---------------:| -----------------:|
|
||||||
| red | *苹果* | [辣椒](#Tables) |
|
| red | *苹果* | [辣椒](#) |
|
||||||
| ~~橙色~~ | 橘子 | **胡萝卜** |
|
| ~~橙色~~ | 橘子 | **胡萝卜** |
|
||||||
| 绿色 | ~~***梨子***~~ | 菠菜 |
|
| 绿色 | ~~***梨子***~~ | 菠菜 |
|
||||||
```
|
```
|
||||||
|
|
||||||
| _颜色_ | 水果 | 蔬菜 |
|
| _颜色_ | 水果 | 蔬菜 |
|
||||||
| ------------- |:---------------:| ------------:|
|
| ------------- |:---------------:| ------------:|
|
||||||
| red | *苹果* | [辣椒](#Tables) |
|
| red | *苹果* | [辣椒](#) |
|
||||||
| ~~橙色~~ | 橘子 | **胡萝卜** |
|
| ~~橙色~~ | 橘子 | **胡萝卜** |
|
||||||
| 绿色 | ~~***梨子***~~ | 菠菜 |
|
| 绿色 | ~~***梨子***~~ | 菠菜 |
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue