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