Possible Duplicate:
How do comments work?
How do I add code while writing comments and how do I enter a newline character?
Possible Duplicate:
How do comments work?
How do I add code while writing comments and how do I enter a newline character?
You can't put newlines in a comment codeblock, but you can do inline code by using the backtick character. It looks like this
`
and it appears below the escape key on most keyboards which is sometimes the same key as the tilde (for example, on US English keyboards):
~
Surrounding something in backticks lets it appear as an "inline code block" and you could put them almost anywhere you like, even breaking across new lines. int c; c++; sprintf(); but notice there's no coloration, of course.
E.g. typing `something` in the editor produces something on the page
starting letter. ` FYI` :P code in comments test command test codes comments. ok? <br> This is not giving me a line break. I cannot line break. /sigh does it still work? Yes, it does. Place this symbol: ` before and after the code. (On many keyboards, this "backtick" is the button to the left of "1".)
This is code.