You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 24, 2019. It is now read-only.
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?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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?
The text was updated successfully, but these errors were encountered: