1
0
Fork 0

revolt-bugs.md: add reply mix-up bug

This commit is contained in:
Intel A80486DX2-66 2024-01-21 23:00:52 +03:00
parent 1cd83e6795
commit 14fff30580
Signed by: 80486DX2-66
GPG key ID: 83631EF27054609B

View file

@ -8,4 +8,5 @@
- Page breaks do not work as intended, but are parsed (the characters are removed), effectively generating empty lines.
- 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.
- When replying to messages, a single message or multiple messages being replied to are parsed as markdown, but as if all line breaks (newlines) have been removed, which creates a mix-up.