fix: {docsify-ignore-all} and {docsify-ignore} bug (#299)
* fix {docsify-ignore-all} not work bug
* fix {docsify-ignore} bug
This commit is contained in:
parent
752f68e5f8
commit
cc98f56cdd
2 changed files with 7 additions and 6 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
|
||||
# Getting Started {docsify-ignore-all}
|
||||
|
||||
## Header {docsify-ignore-all}
|
||||
## Header
|
||||
This header won't appear in the sidebar table of contents.
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue