Possible Duplicate:
Code block is not properly formatted when placed immediately after a list item
Code blocks after a list, but not within a list in markdown. Is it possible?
There is a problem formatting the code after a bulletin point, or bulletin number.
For example :
something
int main() { }
The code above was supposed to be formatted like this :
int main()
{
}
