-
Notifications
You must be signed in to change notification settings - Fork 221
Open
Description
Bug
HTML tags(except some self closing tags) and KaTeX shows the expected representation in the preview but not in the actual comment.
On using following snippet:
Headings:
<h1>H</h1>
Colored text: <span style="color:red"> Red coloured text</span>
Image:
<img src="https://www.wikipedia.org/portal/wikipedia.org/assets/img/Wikipedia-logo-v2.png"/>
Line break:
AAAAAAAA<br/>BBBBBBBB
Horizontal line:
<hr/>
KaTeX:
```math
\displaystyle{\oint_L} \dfrac{dz}{z} = 2 \pi i
```While previewing::But in the actual comment: 
As you can see only self-closing tags have positive consistent behaviour.
Expected behaviour
There should consistency between actual comment and preview of the comment
Additional context
This behaviour has nothing to do with last UI update, I've seen this couple of months ago.