Page MenuHomePhabricator

Problems with parser with pre in lists
Closed, ResolvedPublic

Description

Author: vegarwes

Description:
I think I've found a bug in the mediawiki parser.

I wantet a numbered list, with subentries, and <pre>-formated tekst on the subentry
This works fine:

  1. One
  2. Two
  3. Three
    1. test: <pre> this is preformated tekst</pre>
  4. Four

But this dont:

  1. One
  2. Two
  3. Three
    1. test: <pre> this is preformated tekst</pre>
    2. test2: <pre> this is preformated tekst</pre>
  4. Four

Version: unspecified
Severity: normal

Details

Reference
bz2914

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 8:41 PM
bzimport added a project: MediaWiki-Parser.
bzimport set Reference to bz2914.
bzimport added a subscriber: Unknown Object (MLST).

zigger wrote:

*** This bug has been marked as a duplicate of 785 ***