Reputation: 142
Check the below lines that medium editor works
<div class="editor">
<p>this is the <i>first</i> line</p>
<p>this is a <b>second</b> line</p>
</div>
I want like this
<div class="editor">
this is the <i>first</i> line<br/>
this is a <b>second</b> line<br/>
</div>
Upvotes: 0
Views: 299