From b71a7fbbc3f0e56408f2d086bf08aea8505afcb5 Mon Sep 17 00:00:00 2001 From: Franz Holzinger Date: Sat, 31 Jan 2026 19:14:15 +0100 Subject: [PATCH 1/3] Fix escape character notation in RstCheatSheet Is the backslash working by this change? --- Documentation/Basics/RstCheatSheet.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/Basics/RstCheatSheet.rst b/Documentation/Basics/RstCheatSheet.rst index f601071b..b7626df6 100644 --- a/Documentation/Basics/RstCheatSheet.rst +++ b/Documentation/Basics/RstCheatSheet.rst @@ -193,7 +193,7 @@ Escape characters ================= If you want to use a character, which would create some special reST markup, -with its normal meaning, you must escape it with a prepended "\". +with its normal meaning, you must escape it with a prepended "\\". For example surrounding text with "*" signs normally makes it show up in italics. By escaping the special characters "*" you make the stars normal text characters: From 9c41f0340ff9c58b3bb0877c7c919daa36cb53d4 Mon Sep 17 00:00:00 2001 From: Lina Wolf <48202465+linawolf@users.noreply.github.com> Date: Tue, 3 Feb 2026 08:01:58 +0100 Subject: [PATCH 2/3] Apply suggestion from @linawolf --- Documentation/Basics/RstCheatSheet.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/Basics/RstCheatSheet.rst b/Documentation/Basics/RstCheatSheet.rst index b7626df6..7bfb5c8e 100644 --- a/Documentation/Basics/RstCheatSheet.rst +++ b/Documentation/Basics/RstCheatSheet.rst @@ -193,7 +193,7 @@ Escape characters ================= If you want to use a character, which would create some special reST markup, -with its normal meaning, you must escape it with a prepended "\\". +with its normal meaning, you must escape it with a prepended :rst:`\`". For example surrounding text with "*" signs normally makes it show up in italics. By escaping the special characters "*" you make the stars normal text characters: From a5b1896adf796ffc0dd232db7223ba7be91f5225 Mon Sep 17 00:00:00 2001 From: Lina Wolf <48202465+linawolf@users.noreply.github.com> Date: Tue, 3 Feb 2026 08:03:26 +0100 Subject: [PATCH 3/3] Apply suggestion from @linawolf --- Documentation/Basics/RstCheatSheet.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/Basics/RstCheatSheet.rst b/Documentation/Basics/RstCheatSheet.rst index 7bfb5c8e..38e78c21 100644 --- a/Documentation/Basics/RstCheatSheet.rst +++ b/Documentation/Basics/RstCheatSheet.rst @@ -193,7 +193,7 @@ Escape characters ================= If you want to use a character, which would create some special reST markup, -with its normal meaning, you must escape it with a prepended :rst:`\`". +with its normal meaning, you must escape it with a prepended :rst:`\`. For example surrounding text with "*" signs normally makes it show up in italics. By escaping the special characters "*" you make the stars normal text characters: