Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Divs tag are converter to parragraph #25

Open
JulioMunozc opened this issue Jun 30, 2021 · 0 comments
Open

Divs tag are converter to parragraph #25

JulioMunozc opened this issue Jun 30, 2021 · 0 comments

Comments

@JulioMunozc
Copy link

JulioMunozc commented Jun 30, 2021

If I codign in the HTML view a div tag like
<div class="panel-heading"> <h5 class="panel-title"> <a data-toggle="collapse" data-parent="#accordion" href="#collapseOne" aria-expanded="false" class="collapsed">Collapsible Group Item #1</a> </h5> </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!!

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

No branches or pull requests

1 participant