Aria doesn't escape special characters
-
whisperer last edited by
Aria is aware of the Markdown markup language used by Opera and uses it to display google search links and display things in code blocks. However, when sending normal text, it does not escape special characters that have special meaning in the Markdown language.
For example, when Aria sends c:\users\{user}, it will appear as c:\users{user} because backslash is an escape character in the Markdown language.
When asked about the markup for displaying code, Aria explains about the use of three backtics (```). Aria does the same as I did here, showing three backtic characters between round brackets. However, Aria does not escape these characters causing the remaining text to be displayed in a code block.