Skip to content

Commit

Permalink
chore: {docsify-ignore-all} not working properly (#298)
Browse files Browse the repository at this point in the history
  • Loading branch information
mixj93 authored and QingWei-Li committed Oct 31, 2017
1 parent bde17e1 commit 752f68e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/more-pages.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
```

Expand Down

0 comments on commit 752f68e

Please sign in to comment.