Skip to content

Commit

Permalink
Fix configuration for tabbed content.
Browse files Browse the repository at this point in the history
  • Loading branch information
FrankD412 committed Jun 20, 2022
1 parent bafba61 commit eb4ccec
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mkdocs/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ markdown_extensions:
- attr_list
- pymdownx.highlight
- pymdownx.details
- pymdownx.tabbed
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
Expand All @@ -14,6 +13,8 @@ markdown_extensions:
- name: mermaid
class: mermaid
format: !!python/name:mermaid2.fence_mermaid
- pymdownx.tabbed:
alternate_style: true

plugins:
- search
Expand Down

0 comments on commit eb4ccec

Please sign in to comment.