Item2262: Numeric Lists do not recognize ExplicitNumberingPlugin
Priority: Normal
Current State: Confirmed
Released In:
Target Release: n/a
Note: I cannot test this in Foswiki at present so I'm guessing that it' not been changed. If I'm wrong and you caught it already, I apologize.
Found in our TWiki 4.2.4 installation...
If I use ExplicitNumbering syntax as follows
##. Foo
##. Baz
all is well and the result will be
1 Foo
2 Baz
However, if I make the mistake of prefacing the
#
with spaces in a multiple of three...
##. Foo
##. Baz
TWiki first converts the explicit numbers and THEN goes back and decides this is two numbered lists, resulting in
1 Foo
1 Baz
This is specific to
ExplicitNumberingPlugin. It ought to do enough to escape the renumbered numbers from the later TML interpretation. I don't believe the core is doing anything wrong.
--
CrawfordCurrie - 29 Jun 2010
I confirm that on trunk this is still an issue. The Explicit Numbering plugin doesn't do anything to escape normal Foswiki rendering.