-
I want to only make anchor headings generate for h2-h6. Is there any way to do this? |
Beta Was this translation helpful? Give feedback.
Answered by
allejo
Dec 26, 2024
Replies: 1 comment 1 reply
-
Yes! There is the e.g., {% include anchor_headings.html h_min=2 %} |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
allejo
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes! There is the
h_min
andh_max
arguments you can use. Set the minimum to 2 and the max to 6 or omit and it'll default to 6.e.g.,