We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent acb4c34 commit f744179Copy full SHA for f744179
1 file changed
src/generators/legacy-html/generate.mjs
@@ -44,7 +44,7 @@ export async function processChunk(slicedInput, itemIndices, navigation) {
44
const toc = String(
45
remarkRehypeProcessor.processSync(
46
tableOfContents(nodes, {
47
- maxDepth: 4,
+ maxDepth: 5,
48
parser: tableOfContents.parseToCNode,
49
})
50
)
0 commit comments