jbt / markdown-editor

Live (Github-flavored) Markdown Editor
http://jbt.github.com/markdown-editor
ISC License
2.82k stars 643 forks source link

Formatting in editor stops after HTML block #98

Open only1thor opened 5 years ago

only1thor commented 5 years ago

Just noticed that the formatting of headers and such stops if an HTML block is inserted. My case is:

# A correctly formatted title.
<img src="some.image" alt="whatever text" style="width:70%;">
a paragraph. 
# A non formatted title. 
and so is the rest of the document. 
- lists
- do work.