jodit icon indicating copy to clipboard operation
jodit copied to clipboard

Self closing tag is not allowed

Open ankushsilhi opened this issue 5 years ago • 2 comments

Jodit Version: 3.2.44

Editor is removing self closing tags automatically and there are no options to disable it (I tried most of the options including cleanHTML, allowTags, etc)

Any help would be appreciated. Thanks!

Expected behavior:

<img src="path/to/image" />
<br/>

Actual behavior:

<img src="path/to/image">
<br>

ankushsilhi avatar Apr 16 '19 10:04 ankushsilhi

@ankushsilhi have you found the solution?

azurre avatar May 03 '21 09:05 azurre

same problem

pjmd89 avatar Sep 29 '21 15:09 pjmd89