Details
-
Bug
-
Resolution: Fixed
-
Minor
-
1.1 M4
-
None
Description
Entering something like:
Something before. --- And something after.
will cause a lot of 'null' strings to be displayed as list items. This is caused by the fact that the regular expression that catches lists allows newline as a valid space character between the list marker and the list text, while the java code that displays lists does not.