Skip to content
Discussion options

You must be logged in to vote

Hello @Dapsy2000,
looking at the source of the pymdown extension, there doesn't seem to be any limitation there 🤔

There is a limit on the generated CSS, set to 20:

And the default state of the tab is set display: none;, and based on the :checked state of the assigned input, it displays it.
The quick fix would probably be to add your own extra CSS to add the missing selectors.

.md-typeset .tabbed-set > input:nth-child(21):checked ~ .tabbed-content > :nth-child(21),
.md-typeset .tabbed-set > input:nth-child(22):checked ~ .tabbed-content > :n…

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@facelessuser
Comment options

@alexvoss
Comment options

alexvoss Feb 2, 2025
Collaborator Sponsor

@kamilkrzyskow
Comment options

Answer selected by Dapsy2000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants