Skip to content
This repository has been archived by the owner on Jul 24, 2019. It is now read-only.

how to change div to p tag #220

Open
paulgodard opened this issue Oct 26, 2017 · 0 comments
Open

how to change div to p tag #220

paulgodard opened this issue Oct 26, 2017 · 0 comments

Comments

@paulgodard
Copy link

I am using the editor with Bootstrap and FontAwesome 4. Just a few changes from the example and it works great.
When typing 2 lines of text separated by CR inside the editor the html output is:
line one<div>line two</div>
Is it possible to force the editor for a paragraph tag instead of a div tag and also tagging the first line so the output would be:
<p>line one</p><p>line two</p>
Of course, it is possible with JS but is there another way?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant