docs: Update helpers.md (#1294)

* Remove racist example in docs/helpers.md

* Update helpers.md

Co-authored-by: 沈唁 <52o@qq52o.cn>
This commit is contained in:
Doc Oliver 2020-07-20 03:11:53 -04:00 committed by GitHub
parent 6f9baab616
commit 13d4232f2d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,7 @@
docsify extends Markdown syntax to make your documents more readable. docsify extends Markdown syntax to make your documents more readable.
> Note: For the special code syntax cases, you'd better put them within a code backticks to avoid any conflicting from configurations or emojis. > Note: For the special code syntax cases, you'd better put them within a code backticks to avoid any conflicting from configurations or emojis.
## important content ## important content
@ -124,7 +124,7 @@ Only when you both set the `routerMode: 'history'` and `externalLinkTarget: '_se
## Customise ID for headings ## Customise ID for headings
```md ```md
### 你好,世界! :id=hello-world ### Hello, world! :id=hello-world
``` ```
## Markdown in html tag ## Markdown in html tag