qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] docs/devel/kconfig.rst: Fix incorrect markup


From: Philippe Mathieu-Daudé
Subject: Re: [PATCH] docs/devel/kconfig.rst: Fix incorrect markup
Date: Tue, 11 Apr 2023 14:45:10 +0200
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:102.0) Gecko/20100101 Thunderbird/102.9.1

On 11/4/23 12:54, Peter Maydell wrote:
In rST markup syntax, the inline markup (*italics*, **bold** and
``monospaced``) must be separated from the surrending text by
non-word characters, otherwise it is not interpreted as markup.
To force interpretation as markup in the middle of a word,
you need to use a backslash-escaped space (which will not
appear as a space in the output).

Fix a missing backslash-space in this file, which meant that the ``
after "select" was output literally and the monospacing was
incorrectly extended all the way to the end of the next monospaced
word.

Apparently the single case (git-grep -E '``[^ ]+``[a-z]', other
are separated with '/').

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
---
  docs/devel/kconfig.rst | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]