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 8e7c2bb commit 08d8051Copy full SHA for 08d8051
1 file changed
src/griffe2md/templates/docstring/admonition.md.jinja
@@ -1,4 +1,6 @@
1
-<details class="{{ section.value.kind }}" open>
+<details class="{{ section.value.kind }}" open markdown="1">
2
<summary>{{ section.title }}</summary>
3
+
4
{{ section.value.contents }}
-</details>
5
6
+</details>
0 commit comments