fix double backslash

it looks like RST does not require backslashes to be escaped when encased in double backticks. double backslash in double backticks causes two backslashes to render. the problem can be seen on this page https://sw.kovidgoyal.net/kitty/conf/
This commit is contained in:
jake-stewart 2023-09-23 22:50:41 +08:00 committed by GitHub
parent dc43f0d42f
commit 7b3513d010
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -32,8 +32,8 @@ Comments can be added to the config file as lines starting with the ``#``
character. This works only if the ``#`` character is the first character in the
line.
Lines can be split by starting the next line with the ``\\`` character.
All leading whitespace and the ``\\`` character are removed.
Lines can be split by starting the next line with the ``\`` character.
All leading whitespace and the ``\`` character are removed.
.. _include: