Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.8 M2
-
Fix Version/s: 1.8 RC1
-
Component/s: {Unused} Rendering 2.0 - XWiki 2.0 parser
-
Labels:None
-
Tests:Unit
-
Similar issues:
Description
Consider following rendering test case:
.#----------------------------------------------------- .input|xhtml/1.0 .#----------------------------------------------------- <p><strong>1. Carrot</strong></p> .#----------------------------------------------------- .expect|xwiki/2.0 .#----------------------------------------------------- **1. Carrot**
This test case passes but the generated xwiki 2.0 code corresponds to a list. The correct output should be:
**~1. Carrot**