Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.9 M1, 1.8.2
-
Component/s: {Unused} 1.0 to 2.0 converter, {Unused} Rendering 2.0
-
Labels:None
-
Tests:Unit
-
Difficulty:Unknown
-
Similar issues:
Description
some text <element></element> <element></element> another paragraph
should give
{{html wiki="true"}}
some text <element></element>
<element></element> another paragraph
{{/html}}
instead of
some text {{html wiki="true"}}<element></element>
<element></element>{{/html}} another paragraph
because in the second one the macro itself is inline and contains two paragraphs