From 8b9d63484f1a20cbd12052a3a0a46b53a59fc39e Mon Sep 17 00:00:00 2001 From: Intel A80486DX2-66 Date: Sun, 21 Jan 2024 22:59:24 +0300 Subject: [PATCH] revolt-bugs.md: add explanation to backslash bug --- notepad/revolt-bugs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notepad/revolt-bugs.md b/notepad/revolt-bugs.md index 2005759..97c973c 100644 --- a/notepad/revolt-bugs.md +++ b/notepad/revolt-bugs.md @@ -2,7 +2,7 @@ - A no-break space has to be added for empty lines in a multi-line quite to preserve them (or another invisible character except whitespace). - Empty lines in code blocks have a no-break space character in them. This behavior can break some compilers/interpreters. -- If a backslash is followed by another backslash or some other symbols, it is evaluated. +- If a backslash is followed by another backslash or some other symbols, it is evaluated. This breaks some kaomojis, such as shrug ¯\\\_(ツ)\_/¯. - If you declare an unordered or ordered list, the rest of it will be treated as either (1) the same list when creating another, or (2) the content of the last item. A workaround is to use a page break (e.g. `***`) which will mark an end of a list, while it would be rendered as an empty line. - In code blocks, after a sequence of one or multiple lines starting with `>`, an empty line is added. - Page breaks do not work as intended, but are parsed (the characters are removed).