Currently, I am utilizing mkdocs in conjunction with the material theme to produce documentation.
I am interested in incorporating section numbers on specific pages. To achieve this, I have implemented the following method for generating section numbers.
Is there a way to add numbering to headings, sections, and subsections in markdown language?
While this approach works effectively overall, it applies universally to all pages when I insert the designated CSS into extras.css
. My dilemma lies in the fact that there are certain pages where I prefer not to include section numbering for headings.
Is there a means of specifying which pages should have particular elements from extras.css
applied?