One of the answers here was mangled by the markdown engine. Several people noticed, so it wasn't just my browser.
The original text was [sp][sp][sp][sp]include <string.h> ([sp] = space)
This rendered as include
When I edited it to #include <string.h> it was fine. I checked, it wasn't a tabbing problem.
Here it is, but it appears normal, don't know why it was broken on that other page:
include <string.h>
include <string.h>with a tab, and then 3 (or 4) spaces; in that case, the code line is not shown with a different background, and<string.h>doesn't appear. – kiamlaluno Sep 3 '10 at 16:30include <string.h>with four spaces at the beginning, and `<string.h> was not shown; the code line was not rendered with a different background either. – kiamlaluno Sep 3 '10 at 16:34