Possible Duplicate:
How to nest code within a list using markdown
http://stackoverflow.com/a/13169659/57135
I know how to format code, but can't get it to work in this answer. Not sure why?
http://stackoverflow.com/a/13169659/57135 I know how to format code, but can't get it to work in this answer. Not sure why? |
|||||
|
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
|
You were inside a list, so the four spaces were being interpreted as continuing the list, not starting a code block. You needed to add another four spaces to indent it as code. I've fixed it for you. |
|||
|
|