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 6e3cff9 commit 9214ee7Copy full SHA for 9214ee7
src/antsibull_docutils/markdown.py
@@ -349,11 +349,11 @@ def _add_label(self, label: str) -> None:
349
# Node: paragraph
350
351
# pylint: disable-next=missing-function-docstring,unused-argument
352
- def visit_paragraph(self, node: nodes.section) -> None:
+ def visit_paragraph(self, node: nodes.paragraph) -> None:
353
self._context.top.ensure_double_newline()
354
355
356
- def depart_paragraph(self, node: nodes.section) -> None:
+ def depart_paragraph(self, node: nodes.paragraph) -> None:
357
358
359
# Node: title
0 commit comments