From eb6133777780f2088a5e8f988b82b7537a1c0c5a Mon Sep 17 00:00:00 2001 From: Intel A80486DX2-66 Date: Sun, 21 Jan 2024 22:40:40 +0300 Subject: [PATCH] revolt-bugs.md: convert to unordered list --- notepad/revolt-bugs.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/notepad/revolt-bugs.md b/notepad/revolt-bugs.md index dfab255..0db3602 100644 --- a/notepad/revolt-bugs.md +++ b/notepad/revolt-bugs.md @@ -1,10 +1,10 @@ [Revolt](https://github.com/revoltchat) messages bugs: -1. 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). -2. Empty lines in code blocks have a no-break space character in them. This behavior can break some compilers/interpreters. -3. If a backslash is followed by another backslash or some other symbols, it is evaluated. -4. In code blocks, after a sequence of one or multiple lines starting with `>`, an empty line is added. -5. Page breaks do not work as intended, but are parsed (the characters are removed). -6. Some markdown, such as headers without text, is evaluated. It shouldn't be evaluated. -7. Using non-escaped (by a backslash) `<` in a quote results in reduction of space between the visual quote block and the quote. +- 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. +- 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). +- Some markdown, such as headers without text, is evaluated. It shouldn't be evaluated. +- Using non-escaped (by a backslash) `<` in a quote results in reduction of space between the visual quote block and the quote.