Closed
Description
📝 Provide detailed reproduction steps (if any)
- Go to the markdown demo.
- Type some text which contains HTML in it, like "<h1>Test</h1>".
✔️ Expected result
The output should be \<h1>Test\</h1>
, according to the GFM specs.
❌ Actual result
Current output: <h1>Test</h1>
.