Skip to content

Commit 13d4232

Browse files
docyxsy-records
andauthored
docs: Update helpers.md (#1294)
* Remove racist example in docs/helpers.md * Update helpers.md Co-authored-by: 沈唁 <[email protected]>
1 parent 6f9baab commit 13d4232

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/helpers.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
docsify extends Markdown syntax to make your documents more readable.
44

5-
> Note: For the special code syntax cases, you'd better put them within a code backticks to avoid any conflicting from configurations or emojis.
5+
> Note: For the special code syntax cases, you'd better put them within a code backticks to avoid any conflicting from configurations or emojis.
66
77
## important content
88

@@ -70,7 +70,7 @@ You will get `<a href="/demo/">link</a>`html. Do not worry, you can still set ti
7070
Only when you both set the `routerMode: 'history'` and `externalLinkTarget: '_self'`, you need add this configuration for those Cross-Origin links.
7171

7272
```md
73-
[example.com](https://example.com/ ':crossorgin')
73+
[example.com](https://example.com/ ':crossorgin')
7474
```
7575

7676
## Github Task Lists
@@ -124,7 +124,7 @@ Only when you both set the `routerMode: 'history'` and `externalLinkTarget: '_se
124124
## Customise ID for headings
125125

126126
```md
127-
### 你好,世界! :id=hello-world
127+
### Hello, world! :id=hello-world
128128
```
129129

130130
## Markdown in html tag

0 commit comments

Comments
 (0)