Skip to content

Commit 33d4594

Browse files
committed
refactor: Change to new way of stripping paragraphs
1 parent 39240c1 commit 33d4594

File tree

1 file changed

+1
-1
lines changed
  • src/mkdocstrings_handlers/python/templates/material/_base/docstring

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{{ log.debug() }}
22
<details class="{{ section.value.kind }}">
3-
<summary>{{ section.title|convert_markdown(heading_level, html_id)|strip_p }}</summary>
3+
<summary>{{ section.title|convert_markdown(heading_level, html_id, strip_paragraph=True) }}</summary>
44
{{ section.value.contents|convert_markdown(heading_level, html_id) }}
55
</details>

0 commit comments

Comments
 (0)