Replies: 1 comment 6 replies
-
Attribute Lists cannot be used on tabs. Please see #4268 + all that is related. |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We were thinking of implementing linked content tabs downstream in sphinx-immaterial, but then the feature was transitioned from insiders to "public" releases. One of the ideas we had was explicitly controlling the linked-tabs feature on a tab-set or individual tab basis.
So, I'm asking if this is an idea that would be viable here. I'm not sure if attrs can be specified by the user; my first idea looks like using the
attr_list
MD extension but appended to the tab declaration:IDK how else a user would assign an attribute or CSS class to a tab or entire set of tabs in mkdocs-material or pymdownx (its very easy with sphinx-immaterial).
Note
I used the term "sync" in the above example to not confuse with the insiders' feature about slugified tab labels that render as hyperlink-able tab labels.
Beta Was this translation helpful? Give feedback.
All reactions