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

  1. this is the first item of a multiline enumeration
  2. this is the second item of a multiline enumeration

although it used to render as

  1. this is the first item of a multiline enumeration
  2. 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

Details

This Wiki.

Workaround

Don't split long lines when writing enumerations.

Discussion

Plan


CategoryMoinMoinNoBug

MoinMoin: MoinMoinBugs/MultilineEnumerationsBroken (last edited 2007-10-29 19:14:26 by localhost)