[Moin-user] Ordered lists in 1.3.x

Jim Wight j.k.wight at newcastle.ac.uk
Fri Dec 17 01:18:01 EST 2004


On Fri, 2004-12-17 at 08:34, Paul Eggleton wrote:
> ---------- snip ----------
>  1. Firstly, do this:
>  {{{
> some command
> }}}
>  1. Then do this:
>  {{{
> another command
> }}}
>  '''Make sure xyz still works after this command runs.'''
>  1. Finally, do that.
> ---------- snip ----------
> 
> This sort of thing worked very well for creating lists of instructions in 1.2, 
> but in 1.3.1 you just get "1." for each item in the output instead of 
> ascending numbers.
> 
> Is there any chance of this being fixed?

I found the same problem. It can be done by a slight rewriting:

 1. Firstly, do this: {{{
some command}}}
 1. Then do this: {{{
another command}}}'''Make sure xyz still works after this command
runs.'''
 1. Finally, do that.

Jim






More information about the Moin-user mailing list