nheko
nheko copied to clipboard
Formatted messages are displayed literally
Actual behavior
Formatted message is displayed literally.
Expected behavior
Formatting applied with the markup hidden.
Steps to reproduce
Send message with the following content:
Test list:
1. One
2. Two
What is displayed is this:
Test list:
<ol>
<li>One</li>
<li>Two</li>
></ol>