RD17 / react-trumbowyg

React wrapper for lightweight WYSIWYG editor Trumbowyg
MIT License
146 stars 21 forks source link

Divs tag are converter to parragraph #25

Open JulioMunozc opened 3 years ago

JulioMunozc commented 3 years ago

If I codign in the HTML view a div tag like `

       </div>`

And after that the editor view is selected, finding that the format is wrong, so I return to HTML view to check the code, and I find that the editor convert all <div></div> to <p></p>, this happen as well when I set the value directly in the data property and in the editor I enter a new line, in fact I cant continue adding more lines. I guess that it is an issue, or There is any way to prevent that behviour? Thanks for the answer and help!!