Possible Duplicate:
How about newlines within comments?
When posting a comment in stackoverflow how do I add newlines? I pasted some multi-line code example and stackoverflow stipped the newline characters and the code looks ugly!
When posting a comment in stackoverflow how do I add newlines? I pasted some multi-line code example and stackoverflow stipped the newline characters and the code looks ugly! |
|||||||
|
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.
|
From How do comments work?:
As such, they intentionally do not support newlines either. You can use the
|
||||
|
|
|
This is a question for Meta/FAQ, but you can use This is an
|
|||||||
|
|
Why do you want to put formatted code in a comment? Even with carriage returns I would find that ridiculously hard to read. Put it in the question or answer, then it has full formatting and it will most likely be syntax highlighted in the correct language, making it ever easier to read. Comments are for comments, not for code! |
|||||||||
|