Publii icon indicating copy to clipboard operation
Publii copied to clipboard

[Feature Request]: convert LF to paragraphs

Open atomGit opened this issue 1 year ago • 0 comments

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

atomGit avatar May 08 '24 13:05 atomGit