We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6cf2256 commit 76f8cadCopy full SHA for 76f8cad
readme.md
@@ -140,6 +140,10 @@ Configuration (TypeScript type).
140
— maximum heading depth to include in the table of contents.
141
This is inclusive: when set to `3`, level three headings are included
142
(those with three hashes, `###`)
143
+* `minDepth` (`number`, default: `1`)
144
+ — minimum heading depth to include in the table of contents.
145
+ This is inclusive: when set to `3`, level three headings are included
146
+ (those with three hashes, `###`)
147
* `skip` (`string`, optional)
148
— headings to skip, wrapped in `new RegExp('^(' + value + ')$', 'i')`.
149
Any heading matching this expression will not be present in the table of
0 commit comments