We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c6a89d commit e9a4dbfCopy full SHA for e9a4dbf
mkdocs.yml
@@ -95,6 +95,7 @@ extra:
95
link: https://x.com/intel_owl
96
97
markdown_extensions:
98
+ - mdx_truly_sane_lists
99
- attr_list
100
- md_in_html
101
- tables
requirements.txt
@@ -3,4 +3,5 @@ mkdocs-material==9.5.27
3
markdown==3.6
4
mkdocs-monorepo-plugin
5
mkdocstrings[python]
6
-mkdocs-swagger-ui-tag
+mkdocs-swagger-ui-tag
7
+mdx_truly_sane_lists>=1.3,<2
0 commit comments