Fixes #8674: Fix rendering of tabbed content in documentation

This commit is contained in:
jeremystretch 2022-02-16 16:21:32 -05:00
parent 6bbf168cec
commit b343035060
2 changed files with 4 additions and 2 deletions

View File

@ -4,7 +4,8 @@
### Bug Fixes ### Bug Fixes
* [#8546](https://github.com/netbox-community/netbox/issues/8546) - Fix import to restrict bridge, parent, lag to device interfaces * [#8546](https://github.com/netbox-community/netbox/issues/8546) - Fix bulk import to restrict bridge, parent, and LAG to device interfaces
* [#8674](https://github.com/netbox-community/netbox/issues/8674) - Fix rendering of tabbed content in documentation
--- ---

View File

@ -34,7 +34,8 @@ markdown_extensions:
emoji_index: !!python/name:materialx.emoji.twemoji emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg emoji_generator: !!python/name:materialx.emoji.to_svg
- pymdownx.superfences - pymdownx.superfences
- pymdownx.tabbed - pymdownx.tabbed:
alternate_style: true
nav: nav:
- Introduction: 'index.md' - Introduction: 'index.md'
- Installation: - Installation: