Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 4.2-milestone-1
-
Component/s: Syntax - xwiki/2.0, Syntax - xwiki/2.1
-
Labels:
-
Tests:Integration
-
Documentation:N/A
-
Documentation in Release Notes:N/A
-
Similar issues:
Description
Put this in a document:
* This is ##literal##((( but it gets in the next block... )))
Expected output:
<ul><li>This is <tt>literal</tt><div><p>but it gets in the next block...</p></div></li></ul>
Actual output:
<ul><li>This is <div>literal<p><tt></tt>but it gets in the next block...</p></div></li></ul>
Attachments
Issue Links
- is duplicated by
-
XRENDERING-372 Mixing formatting and groups inside lists confuses wiki syntax parser / renderer
-
- Closed
-