chore: {docsify-ignore-all} not working properly (#298)
This commit is contained in:
parent
bde17e1f10
commit
752f68e5f8
1 changed files with 2 additions and 2 deletions
|
|
@ -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.
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue