From 752f68e5f8ca8fd9a5bea21f70a9d0513174914c Mon Sep 17 00:00:00 2001 From: Li Xueli Date: Tue, 31 Oct 2017 16:11:40 +0800 Subject: [PATCH] chore: {docsify-ignore-all} not working properly (#298) --- docs/more-pages.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/more-pages.md b/docs/more-pages.md index 9ced12e2a..9b605b5cf 100644 --- a/docs/more-pages.md +++ b/docs/more-pages.md @@ -83,9 +83,9 @@ This header won't appear in the sidebar table of contents. To ignore all headers on a specific page, you can use `{docsify-ignore-all}` on the first header of the page. ```markdown -# Getting Started {docsify-ignore-all} +# Getting Started -## Header +## Header {docsify-ignore-all} This header won't appear in the sidebar table of contents. ```