-
Type:
Bug
-
Resolution: Timed out
-
Priority:
Low
-
None
-
Affects Version/s: 5.2.11, 6.0
-
Component/s: Issue - Fields
-
5.02
-
1
-
Severity 3 - Minor
-
Wiki Markup Fails to Render Bullet Point after a New Line is being inserted
Example:
* line 1 \\ * line 2 \\ * line 3
Expected Result:
- line 1
- line 2
- line 3
Returned Result
- line 1
* line 2
* line 3
Additional Information
- Tested also using the following, but expected result not obtained
* line 1 \\* line 2 \\* line 3 * line 1 * line 2 * line 3
Use Case
Actual Quote from Customer:
Since Fisheye smart commit comments do not allow carriage returns, we have to use a the newline text effect.