'Display paragraph instead of div (WYSIWYG)

When usign trix on a field if is entered a text like:

This is the first line of the text

    This is another line and should be a paragraph

The result of this in terms of html tags will be like:

"text": "<div><strong>This is the first line of the text<br></strong>nbsp;This is another line and should be a paragraph</div>",

Do you know how to use p tag instead of div? Or its not possbile with Trix? Probably with Tinymce this is possible? Thanks!



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source