From 4335c7f95f2bee28f7312727e1dd3ac5b4ba847e Mon Sep 17 00:00:00 2001 From: sy-records <52o@qq52o.cn> Date: Fri, 2 Oct 2020 17:30:54 +0800 Subject: [PATCH 1/2] update doc --- docs/plugins.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/plugins.md b/docs/plugins.md index feca8b551..0cd86a676 100644 --- a/docs/plugins.md +++ b/docs/plugins.md @@ -91,6 +91,8 @@ The default is to support parsing emoji. For example `:100:` will be parsed to : ``` +?> If you don't want to parse to emoji, you can use an escape. you can use __colon__ or `:`,If you need to use in the title, we recommend using `:`. + ## External Script If the script on the page is an external one (imports a js file via `src` attribute), you'll need this plugin to make it work. From 6121e3df0a9cb6d3cb5d1132bfd08cf7b82fa426 Mon Sep 17 00:00:00 2001 From: sy-records <52o@qq52o.cn> Date: Fri, 2 Oct 2020 17:35:28 +0800 Subject: [PATCH 2/2] update --- docs/plugins.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/plugins.md b/docs/plugins.md index 0cd86a676..c56514d1a 100644 --- a/docs/plugins.md +++ b/docs/plugins.md @@ -91,7 +91,7 @@ The default is to support parsing emoji. For example `:100:` will be parsed to : ``` -?> If you don't want to parse to emoji, you can use an escape. you can use __colon__ or `:`,If you need to use in the title, we recommend using `:`. +?> If you don't want to parse to emoji, you can use __colon__ or `:`. If you need to use in the title, we recommend using `:`. For example, `:100:` ## External Script