While Wikis and Wikipedia are still in Area 51, I would like to ask this question about using the Creole wiki markup. I have the following code:
# Initial instructions here.
When this code is processed, I get the following:
1. Initial instructions here. 2. Some instructions here. See code snippet below.
def foo ():
return bar
1. Longer instructions here. Why restart numbering at 1? 2. Final instructions.
Question: How to insert code fragments into the list so that the list elements below the code fragment do not restart with number 1?
source share