I'm using mkdocs with the material theme to generate documentation.
For certain pages I would like to have section numbers. I'm using the following to generate section numbers.
is there a way to make the headings, sections and subsections numbering in markdown language?
This works well, but it applies to all pages when I put the specified CSS into extras.css
. I have pages which should not include section numbering for headings.
Is there a way to specify which pages certain elements in extras.css
should be applied?