Possible Duplicate:
Why is a code block not properly formatted when placed immediately after a list item?
The 4 space indent is not being recognized as a code block after a numbered list.
See below for example:
- Make waffle batter
- Cook for 6 to 8 weeks
Feed to unicorn
public void EatWaffles(Unicorn unicorn) { if (unicorn.LikesWaffles) { // do something } }
First saw the problem on this SO answer. I forced the code highlighting on that answer using <pre><code>...</code></pre>, but I think this is probably a problem that should be fixed.
</code></pre>– Chacha102 Apr 21 '10 at 2:44