Mark Phillips - 2002-01-25

I want to make an outline like this:
1. Step one
   This is how you do step one.
   *  Do this
   *  Do this
      * Do this
      * Do this
2. Step 2
   This is how you do step two.
   *  Do this
   *  Do this
      * Do this
      * Do this

But, the numbers always start at 1. The bullets and indents work out ok. I read in the Text Formatting Rules that I can mix and match bullets and numbers. I tried:

#Step one
%%%This is how you do step one.
*Do this
*Do this
**Do this
**Do this
#Step 2
%%%This is how you do step two.
*Do this
*Do this
**Do this
**Do this

But Step 2 has a 1 as the number.

Thanks!
Mark