mkdocs-enumerate-headings-plugin icon indicating copy to clipboard operation
mkdocs-enumerate-headings-plugin copied to clipboard

Start numbering from H2?

Open hellt opened this issue 1 year ago • 1 comments

Hi @timvink and all,

I wonder if that is possible to start the numbering from H2 level? I was looking into using this extension to number the tech docs articles in one of my documentation sites where I wanted to number every page starting from index 1, but only from H2 headings.

The reasoning is that a page always has H1, and thus every nested heading becomes 1.X, which seems like a waste of a number position, given that each page has H1 by default.

Maybe it is possible to have the numbering start from H2, which would make it less busy with H2-H6 headings numbers-wise.

Thanks!

hellt avatar Apr 01 '25 12:04 hellt

In the same vein, it would be great to set a numbering depth, similar to what is possible with the toc-depth but just for the content on the page itself also.

KronosTheLate avatar Oct 08 '25 12:10 KronosTheLate