mkdocs-enumerate-headings-plugin
mkdocs-enumerate-headings-plugin copied to clipboard
MkDocs Plugin to enumerate the headings across site pages
We've added the `exclude_h1` boolean option to exclude the highest layer of numbering from output. In case you only have one (or a few) header level 1 titles, and you...
Since chapter numbers are added to `h1` titles it seems logical to me that you would want enumeration in the site navigation, too (which is distinct from the TOC). See...
Hi @timvink, I hope you still support the plugin, we are using the plugin for autonumbering the headings and we are facing the below issue in our pages.  In...
Thanks for this great plug-in, and for [mkdocs-print-site-plugin](https://github.com/timvink/mkdocs-print-site-plugin). Is there a way to give sections a number, and then treat subsidiary pages as sub-pages? For example, if we had this...
Hello @timvink , In continuation to this - https://github.com/timvink/mkdocs-enumerate-headings-plugin/issues/37#issuecomment-2095341991 & https://github.com/timvink/mkdocs-enumerate-headings-plugin/issues/37 I needed to exclude section numbers from generated headings. After some investigation, I would like to propose some modifications...
Hello, I have a directory structure that looks something like that: ``` docs: - index.md - file1.md - sub-directory - index.md - sub-file1.md - sub-file2.md - sub-file3.md - file2.md -...
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...