-
Hello, I'm using tabs on my docs and I want to make them independent from each other. Is it possible? My tabs are all switching together: My mkdocs.yml - pymdownx.tabbed:
alternate_style: true My code: ## Section A
Some text
=== "example_page.cr"
...
=== "Output"
...
Some text
=== "example_page.cr"
....
=== "Output"
...
|
Beta Was this translation helpful? Give feedback.
Answered by
squidfunk
Apr 8, 2023
Replies: 1 comment 1 reply
-
You didn't share your whole |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
stephannv
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You didn't share your whole
mkdocs.yml
, but it looks like you enabledcontent.tabs.link
. Just remove that fromfeatures
.