Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.0-alpha-10
-
Fix Version/s: 1.1.1
-
Component/s: Module - Confluence
-
Labels:None
-
Number of attachments :
Description
Here's some input I've used (verified it works in Confluence):
# Item 1 ## Item 2 ##* Item 3 ## Item 4 # Item 5 * Item 1 ** Item 2 *** Item 3 ** Item 4 * Item 5 * Item 6
This generates the following events: NL, LI, NL, LI, LI_, LI, LI_, LI, LI_, NL_, LI_, etc
It should have generated: NL, LI, NL, LI, LIST, LI, LI_, LIST_, LI_, etc
Path solves this issue.