Description
Multiline enumerations no longer work in Moin 1.3.4 as they worked in 1.2.3.
Now the lines following the first line in an enumeration seems to be interpreted as separate paragraphs.
Example
1. this is the first item of a multiline enumeration 1. this is the second item of a multiline enumeration
is rendered as
- this is the first item of a multiline enumeration
- this is the second item of a multiline enumeration
although it used to render as
- this is the first item of a multiline enumeration
- this is the second item of a multiline enumeration
Note that bullet lists do not have this problem:
* this is the first item of a multiline list * this is the second item of a multiline list
is rendered as expected
- this is the first item of a multiline list
- this is the second item of a multiline list
Details
This Wiki.
Workaround
Don't split long lines when writing enumerations.
Discussion
Plan
- Priority:
- Assigned to:
Status: Duplicate of ../BlockElementsInLists