Skip to content

Commit

Permalink
feat: enable Content tabs with anchors
Browse files Browse the repository at this point in the history
  • Loading branch information
matjazp authored Feb 26, 2024
1 parent 6d9d1d4 commit 87580cd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,10 @@ markdown_extensions:
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.highlight
- pymdownx.superfences
- pymdownx.tabbed:
slugify: !!python/object/apply:pymdownx.slugs.slugify
kwds:
case: lower
- pymdownx.magiclink
- pymdownx.saneheaders
- pymdownx.snippets
Expand Down

0 comments on commit 87580cd

Please sign in to comment.