-
-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Heading enumeration should be limited by some option #65
Comments
Sounds like a good addition. I could implement this by separating out the enumeration into separate Will pick this up next time I work on the plugin. In the meantime I'd also be willing to accept PRs, of course. |
Add enumerate_heading_depth option, see #65
Released in https://github.com/timvink/mkdocs-print-site-plugin/releases/tag/v2.3 Let me know if it works for you :) |
It works, thanks! |
I'd like an option to limit the depth for heading enumeration, in order to avoid ugly X.Y.Z.W codes before level 4 headings.
Example:
->
1.2 Level 2 heading
1.2.3 Level 3 heading
Level 4 heading
Level 5 Heading
The text was updated successfully, but these errors were encountered: