forked from mirrors/qmk_firmware
limit the TOC to H1 and H2
This commit is contained in:
parent
f86fd0cd14
commit
8d8d61b3c5
1 changed files with 1 additions and 1 deletions
|
@ -103,7 +103,7 @@
|
||||||
},
|
},
|
||||||
toc: {
|
toc: {
|
||||||
scope: '.markdown-section',
|
scope: '.markdown-section',
|
||||||
headings: 'h1, h2, h3, h4, h5, h6',
|
headings: 'h1, h2',
|
||||||
title: 'Table of Contents',
|
title: 'Table of Contents',
|
||||||
},
|
},
|
||||||
plugins: [
|
plugins: [
|
||||||
|
|
Loading…
Reference in a new issue