-
Type:
Bug
-
Resolution: Won't Fix
-
Priority:
Low
-
Affects Version/s: None
-
Component/s: None
-
None
New with version 1.1 the pipe character ('|') can't be used in list items anymore; it causes a line break. But it can be used in normal paragraph text.
The following example:
- Use a | inside a list item.
is rendered as:
<ul class="star">
<li> Use a</li>
</ul>| inside a list item.<p>
Note that escaping the pipe character works.