Details
-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
Rendering in the platform
-
None
-
any
-
list item text embeded document
-
Description
XHTML 1.0 input:
<ul><li>foo<ul><li>bar</li></ul>after</li></ul>
which looks like:
- foo - bar after
(note: "after" is inside the first list item)
is rendered in XWiki 2.0 syntax as:
* foo ** barafter
(note: "after" is inside the second list item)
The correct output is:
* foo(((* bar)))after
Attachments
Issue Links
- depends on
-
XRENDERING-83 Create XHTML parser not based on WikiModel
- Open
- relates to
-
XRENDERING-619 Lists with nested paragraphs are incorrectly converted to XWiki syntax
- Open
-
XWIKI-3262 XHTML parser does not generate embedded documents when there are block elements inside table cells, table header items or list items
- Closed