Heh, indeed.
For future reference (for other people reading this, even if you know), you do inline code styling with backticks, like so:
This single ` word` will be styled like inline code.
becomes:
This single word will be styled like inline code.
word
And for code blocks:
``` This whole sentence will be styled like a code block. ```
This whole sentence will be styled like a code block.
(EDIT: Corrected formatting.)
Heh, indeed.
For future reference (for other people reading this, even if you know), you do inline code styling with backticks, like so:
becomes:
This single
word
will be styled like inline code.And for code blocks:
becomes:
(EDIT: Corrected formatting.)