When responding to potential answers I sometimes like to include a code block to clarify what I'm talking about. Is it possible to have clean code-formatting in comments or only in questions and answers?
|
I haven't seen this as possible. The best you can do is use the back_tick to shade the code. That's why you don't see much in the way of code-blocks in comments. Only small references to specific pieces within a given answer |
|||
|
|
|
Comments, by design, are intended to convey brevity. If you have a code-block that you need to bring attention to, append onto your original post beneath a title like Update #2, and then reference it from within a comment if you need to. If you have small inline examples, you can just wrap them in back-ticks ` |
|||
|
|
|
Yea this is possible. See this answer. |
|||
|
|
|
You mean if you refer to inline coding, It's done with enclosing text with `, otherwise you can't |
|||
Something like this? (`Something like this`?) – Greg Bacon Feb 12 '10 at 19:53