-
Content tabs are linked based on their label, not offset. This means that all tabs with the same label will be activated when a user clicks a content tab regardless of order inside a container. Does the label means the title of the tab for example in here we have C and C++?
=== "C++"
Or do we need to set something special? I cannot find an example from the document page. |
Beta Was this translation helpful? Give feedback.
Answered by
squidfunk
Dec 21, 2022
Replies: 2 comments 5 replies
-
Did you enable content tabs and linked content tabs in theme:
features:
- content.tabs.link
markdown_extensions:
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true |
Beta Was this translation helpful? Give feedback.
5 replies
Answer selected by
xihajun
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Did you enable content tabs and linked content tabs in
mkdocs.yml
? These settings must be present: