Details
-
Bug
-
Resolution: Fixed
-
Major
-
1.8 M2
-
None
-
Unit
-
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**