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 c40d166 commit 79cd153Copy full SHA for 79cd153
src/mkdocstrings_handlers/python/templates/material/_base/docstring/admonition.html
@@ -1,5 +1,5 @@
1
{{ log.debug("Rendering admonition") }}
2
-<details class="{{ section.value.kind }}">
+<details class="{{ section.value.kind }}" open>
3
<summary>{{ section.title|convert_markdown(heading_level, html_id, strip_paragraph=True) }}</summary>
4
{{ section.value.contents|convert_markdown(heading_level, html_id) }}
5
</details>
0 commit comments