1
0
Fork 0

revolt-bugs.md: convert to unordered list

This commit is contained in:
Intel A80486DX2-66 2024-01-21 22:40:40 +03:00
parent 62ee0551ba
commit eb61337777
Signed by: 80486DX2-66
GPG key ID: 83631EF27054609B

View file

@ -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.