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. ```