steveathon / bootstrap-wysiwyg

Tiny bootstrap-compatible WYSIWYG rich text editor
MIT License
661 stars 1.71k forks source link

parent (root) level div #50

Open sarankup opened 8 years ago

sarankup commented 8 years ago

Hi,

When I create multiple paragraphs the output looks like the below

first paragraph<div>second paragraph</div><div>third paragraph</div>

how to fore the first paragraph to have its own div, something like the below

<div>first paragraph</div><div>second paragraph</div><div>third paragraph</div>