Open atomGit opened 6 months ago
when pasting plain text paragraphs in the visual editor such as...
a b
... publii inserts br tags instead of p tags (<p>a<br><br>b</p>)
<p>a<br><br>b</p>
i think the more logical behavior might be to insert p tags (<p>a</p><p>b</p>)
<p>a</p><p>b</p>
Feature Description
when pasting plain text paragraphs in the visual editor such as...
... publii inserts br tags instead of p tags (
<p>a<br><br>b</p>
)i think the more logical behavior might be to insert p tags (
<p>a</p><p>b</p>
)