In my use case I have multiple markdown files that use TOC transform, some of which have multiple nested headings requiring to specify the maxDepth parameter for those individual files.
It would be great if maxDepth could be provided for all files in a single place, e.g. in markdown.config.js file or via CLI params. This would reduce the need to specify it in every file with nested headings.
In my use case I have multiple markdown files that use
TOCtransform, some of which have multiple nested headings requiring to specify themaxDepthparameter for those individual files.It would be great if
maxDepthcould be provided for all files in a single place, e.g. inmarkdown.config.jsfile or via CLI params. This would reduce the need to specify it in every file with nested headings.