From 880dc7dcf84272655e359954f9cb8ce4f693949d Mon Sep 17 00:00:00 2001 From: i544693 <369491420@qq.com> Date: Tue, 21 Feb 2023 11:12:09 +0800 Subject: [PATCH 1/2] chore: docsify-ignore config polish. --- docs/more-pages.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/more-pages.md b/docs/more-pages.md index bf84a980e..95d6e5da3 100644 --- a/docs/more-pages.md +++ b/docs/more-pages.md @@ -134,4 +134,4 @@ To ignore all headers on a specific page, you can use `` and `` will not be rendered on the page when used. +Both `{docsify-ignore}` and `{docsify-ignore-all}` will not be rendered on the page when used. From 3ad9ceba114bb057e5c6256f3e836cae651d73d6 Mon Sep 17 00:00:00 2001 From: i544693 <369491420@qq.com> Date: Tue, 21 Feb 2023 13:22:33 +0800 Subject: [PATCH 2/2] chore: docsify-ignore config polish. --- docs/more-pages.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/more-pages.md b/docs/more-pages.md index 95d6e5da3..ed4082fb0 100644 --- a/docs/more-pages.md +++ b/docs/more-pages.md @@ -134,4 +134,6 @@ To ignore all headers on a specific page, you can use `` and `` will not be rendered on the page when used. + +And the `{docsify-ignore}` and `{docsify-ignore-all}` can do the samething as well.