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
In editor write any unordered list with li child tags
On the same level add image so the input looks like this
<ul>
<li>Pasting from Microsoft Word and Excel.</li>
<li>Custom table selection, merge and split.</li>
<li>Media embed, images upload.</li>
<img src="https://www.w3schools.com/html/pic_trulli.jpg" height="333">
<li>Can use CodeMirror, KaTeX.
<ul>
<li>And.. many other features :)</li>
</ul>
</li>
</ul>
And the output is:
<ul>
<li>Pasting from Microsoft Word and Excel.</li>
<li>Custom table selection, merge and split.</li>
<li>Media embed, images upload.</li>
<li></li>
<li>Can use CodeMirror, KaTeX.
<ul>
<li>And.. many other features :)</li>
</ul>
</li>
</ul>
So the image tag is replaced with li and the image is not preset
Note:
tested on latest versions "suneditor": "^2.41.3", "suneditor-react": "^3.2.0",
The text was updated successfully, but these errors were encountered:
When manually written html ul the output is wrong
Steps to reproduce the behavior:
Note:
tested on latest versions
"suneditor": "^2.41.3",
"suneditor-react": "^3.2.0",
The text was updated successfully, but these errors were encountered: