Skip to content

Commit

Permalink
fix: tabs in licensing stopped working
Browse files Browse the repository at this point in the history
  • Loading branch information
oesteban committed Dec 26, 2024
1 parent 7ef442a commit 5fb9d15
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ nav:
theme:
name: material
features:
- tabs
- content.tabs.link
favicon: assets/nipreps_brain.png
logo: assets/nipreps_brain.png

Expand All @@ -51,7 +51,11 @@ markdown_extensions:
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.tabbed
- pymdownx.tabbed:
alternate_style: true
slugify: !!python/object/apply:pymdownx.slugs.slugify
kwds:
case: lower
- pymdownx.highlight
- pymdownx.superfences
- pymdownx.snippets
Expand Down

0 comments on commit 5fb9d15

Please sign in to comment.