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 39240c1 commit 33d4594Copy full SHA for 33d4594
src/mkdocstrings_handlers/python/templates/material/_base/docstring/admonition.html
@@ -1,5 +1,5 @@
1
{{ log.debug() }}
2
<details class="{{ section.value.kind }}">
3
- <summary>{{ section.title|convert_markdown(heading_level, html_id)|strip_p }}</summary>
+ <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