Defect #3407
[markup] recognize *somewords as list
Status: | Closed | Start date: | 2009-05-23 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | Text formatting | |||
Target version: | - | |||
Resolution: | Wont fix | Affected version: |
Description
while this
* ab * cd ** ef
is recognized by the markup interpreter, the following simiiar paragraphs is not:
*ab *cd **ef
- ab
- cd
- ef
ab
*cd
*ef
- ef
History
#1
Updated by Jean-Philippe Lang about 13 years ago
- Status changed from New to Closed
- Resolution set to Wont fix
That is the desired behaviour. * must be followed by a space.