Details
-
Improvement
-
Resolution: Unresolved
-
Major
-
None
-
17.1.0-rc-1
-
None
-
Unknown
-
Description
If the HTML copied has list items that contain single blocks (e.g. images) wrapped inside a DIV, remove the unnecessary DIVs by using a filter.
Example HTML:
<ul>
<li><div><img src="imagesrc"/></div></li>
</ul>
Example resulting xwiki syntax:
* ((( localimagesrc )))
Expected:
* localimagesrc