From dc16552bb09c822b4a4580c1964117d3c991cd3d Mon Sep 17 00:00:00 2001 From: Doc Oliver <37000451+docyx@users.noreply.github.com> Date: Sun, 19 Jul 2020 20:10:21 -0400 Subject: [PATCH 1/2] Remove racist example in docs/helpers.md --- docs/helpers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/helpers.md b/docs/helpers.md index 9cb511f96..c2a9b914d 100644 --- a/docs/helpers.md +++ b/docs/helpers.md @@ -124,7 +124,7 @@ Only when you both set the `routerMode: 'history'` and `externalLinkTarget: '_se ## Customise ID for headings ```md -### 你好,世界! :id=hello-world +### Hello there, world! :id=hello-world ``` ## Markdown in html tag From b6de7bb4fb90bac2c644929ff7c92fb16b85e181 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B2=88=E5=94=81?= <52o@qq52o.cn> Date: Mon, 20 Jul 2020 14:43:52 +0800 Subject: [PATCH 2/2] Update helpers.md --- docs/helpers.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/helpers.md b/docs/helpers.md index c2a9b914d..4e8fba770 100644 --- a/docs/helpers.md +++ b/docs/helpers.md @@ -2,7 +2,7 @@ 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 @@ -70,7 +70,7 @@ You will get `link`html. Do not worry, you can still set ti Only when you both set the `routerMode: 'history'` and `externalLinkTarget: '_self'`, you need add this configuration for those Cross-Origin links. ```md -[example.com](https://example.com/ ':crossorgin') +[example.com](https://example.com/ ':crossorgin') ``` ## Github Task Lists @@ -124,7 +124,7 @@ Only when you both set the `routerMode: 'history'` and `externalLinkTarget: '_se ## Customise ID for headings ```md -### Hello there, world! :id=hello-world +### Hello, world! :id=hello-world ``` ## Markdown in html tag