GetPublii / Publii

The most intuitive Static Site CMS designed for SEO-optimized and privacy-focused websites.
https://getpublii.com
GNU General Public License v3.0
6.06k stars 407 forks source link

[Feature Request]: convert LF to paragraphs #1510

Open atomGit opened 1 month ago

atomGit commented 1 month ago

Feature Description

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>)

i think the more logical behavior might be to insert p tags (<p>a</p><p>b</p>)