From 7b3513d01072733e3460c0a4783ba381859e793c Mon Sep 17 00:00:00 2001 From: jake-stewart <83528263+jake-stewart@users.noreply.github.com> Date: Sat, 23 Sep 2023 22:50:41 +0800 Subject: [PATCH] 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/ --- docs/conf.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/conf.rst b/docs/conf.rst index a3ad08851..ab3498822 100644 --- a/docs/conf.rst +++ b/docs/conf.rst @@ -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: