markdown-editor icon indicating copy to clipboard operation
markdown-editor copied to clipboard

Formatting in editor stops after HTML block

Open only1thor opened this issue 7 years ago • 0 comments

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. 

only1thor avatar Nov 01 '18 20:11 only1thor