HTML Tag breaks CodeMirror formatting...?

Hello everyone,

I’m currently very confused because CodeMirror breaks after opening a html Tag…

Example:
https://on.gd/7Hjf

Does someone know how to get this problem solved?

Greetings

Which mode are you using, and can you provide a minimal piece of text that reproduces the problem, as text, not a screenshot? Just adding <b>b</b> to the Markdown demo does not seem to cause any issues.

Hi Marijn

Thank you for your response.
Currently I’m using the GFM Mode.

Here is a simplified fiddle: https://jsfiddle.net/6cuy8okx/
And now I’m recognizing, that the error occurs somewhere else because the fiddle works as expected :frowning:

I have to do some more research on this.

Greetings
Kel

update:
The markdown.js was too old… now it works :slight_smile: