Reporter |
![]() |
---|---|
Created | Dec 8, 2011 6:28:30 PM |
Updated | Jun 21, 2013 4:53:57 PM |
Resolved | Jan 25, 2012 10:05:40 PM |
Priority | Normal |
Type | Bug |
State | Duplicate |
Assignee | Alexander Volfman (Alexander.Volfman) |
Subsystem | Wiki |
Fix versions | No Fix versions |
Fixed in builds | No Fixed in build |
Affected versions | No Affected versions |
Browser | Any Browser |
OS | Any OS |
Verified in build | Not verified |
Verified by | Nobody |
Reviewed by | No reviewed by |
Severity | Undefined |
what
sometimes i add a list of points with a '-' and a space (it looks synatactic better):
- first - second - third
but with this i get a destroyed result:
- first - second - third
i need to remove the space after the '-' to get a good result:
-first -second -third
but this results in destroyed result:
- first
- second
- third
Expected