Add plugins for tabbed and collapsible content

This commit is contained in:
Blerim Sheqa 2022-01-25 13:12:23 +01:00
parent 41a9ab0f92
commit 56fc66a1d5

View File

@ -32,10 +32,15 @@ extra_css:
markdown_extensions: markdown_extensions:
- smarty - smarty
- admonition - admonition
- pymdownx.details
- pymdownx.superfences
- codehilite: - codehilite:
guess_lang: true guess_lang: true
- toc: - toc:
permalink: true permalink: true
- pymdownx.tabbed:
alternate_style: true
copyright: '© 2009 - 2022 Icinga GmbH' copyright: '© 2009 - 2022 Icinga GmbH'
google_analytics: google_analytics:
- 'UA-280659-15' - 'UA-280659-15'