|
| From: | Markus Armbruster |
| Subject: | Re: [PATCH v2 09/16] qapi: Fix bullet list markup in documentation |
| Date: | Thu, 27 Apr 2023 17:28:37 +0200 |
| User-agent: | Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) |
I'm going to squash in the appended patch and add
John Snow missed the need for a blank line when converting
docs/devel/qapi-code-gen.txt to rST.
to the commit message.
diff --git a/docs/devel/qapi-code-gen.rst b/docs/devel/qapi-code-gen.rst
index d81aac7a19..ea0592034a 100644
--- a/docs/devel/qapi-code-gen.rst
+++ b/docs/devel/qapi-code-gen.rst
@@ -934,6 +934,7 @@ Example::
##
# Some text foo with **bold** and *emphasis*
+ #
# 1. with a list
# 2. like that
#
| [Prev in Thread] | Current Thread | [Next in Thread] |