Try
1. Subject
11. Step1{code}
your code
{code}
11. Step2
11. Step3

The Idea is that list cannot be break but {code}..{code} it sees as one line
and continuous current line if you don't break it before ;-).

Arnaud.

2009/1/27 Ken Teague <ktea...@pobox.com>

> I'm attempting to embed some {code} within a number list using the
> following syntax:
>
> 1. Subject
> 11. Step 1
> {code}
> my code here...
> {code}
> 11. Step 2
> 11. Step 3
> 11. Step 4
>
> and trying to get it to show like this:
>
> 1. Subject
>  1. Step 1
>       my code here
>  2. Step 2
>  3. Step 3
>  4. Step 4
>
> but it's coming out like this:
>
> 1. Subject
>  1. Step 1
> my code here
>  1. Step 2
>  2. Step 3
>  3. Step 4
>
> I have two issues.
> First, it's re-numbering my number list  after the code, starting at
> number 1 again, but I need it to continue the number list.
>
> Second, it's not indenting my code.
>
> How can I fix these?  Thanks in advance.
>
> - Ken
> _______________________________________________
> users mailing list
> users@xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
>
_______________________________________________
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users

Reply via email to