Skip to content

Commit f969a65

Browse files
committed
docs: update autoHeader
1 parent b3159b1 commit f969a65

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

docs/configuration.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,9 @@ window.$docsify = {
7272
- Type: `Boolean`
7373
- Default: `false`
7474

75-
If `loadSidebar` and `autoHeader` are both enabled, for each link in `_sidebar.md`, prepend a header to the page before converting it to HTML. See [#78](https://github.com/docsifyjs/docsify/issues/78).
75+
If `loadSidebar` and `autoHeader` are both enabled, for each link in `_sidebar.md`, prepend a header to the page before converting it to HTML — but only if the page does not already contain an H1 heading.
76+
77+
For more details, see [#78](https://github.com/docsifyjs/docsify/issues/78).
7678

7779
```js
7880
window.$docsify = {

0 commit comments

Comments
 (0)