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

Auto remove html tag #407

Open
ajayartificialchat opened this issue Jul 30, 2020 · 0 comments
Open

Auto remove html tag #407

ajayartificialchat opened this issue Jul 30, 2020 · 0 comments

Comments

@ajayartificialchat
Copy link

ajayartificialchat commented Jul 30, 2020

Sun-editor auto-remove HTML tag like

,
If any tag empty then editor remove this tag
I want to put HTML like this

<div class="container">
       <div class="row">
             <div class="col-md-4">Hello</div>
             <div class="col-md-4">Hello</div>
              <div class="col-md-4">Hello</div>
        </div>
</div>

but when I put in editor the after it's remove all the

tag only remains only

<div class="col-md-4">Hello</div>
<div class="col-md-4">Hello</div>
<div class="col-md-4">Hello</div>

Please have any solution for this then guide me
Thanks

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