1
0
Fork 0

revolt-bugs.md: add explanation to page break bug

This commit is contained in:
Intel A80486DX2-66 2024-01-21 22:59:59 +03:00
parent 8b9d63484f
commit 1cd83e6795
Signed by: 80486DX2-66
GPG key ID: 83631EF27054609B

View file

@ -5,7 +5,7 @@
- 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).
- 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.