Hi all,
I'm still new to MediaWiki and the wiki language in general. I've been trying to add preambles into numbered lists (for, say, source code), but the lists gets renumbered. So, for example:
# Item A <pre> Some stuff </pre> # Item B
In this case, Item B gets the number 1, instead of 2 (which is what I want). I know whitespace is suppose to start a new list...so, I thought that meant this would make Item B #1:
# Item A <pre> Some stuff </pre>
# Item B
Perhaps I don't quite understand what is meant by whitespace? Is there some way I can do <pre> while having the numbering continue? Am I doing something else wrong?
Thank you!
Ray