Tagged Questions
0
votes
0answers
38 views
Formatting for Comments
Every once in a while, I need to put a bit of code in one of my comments, and to do so, I have to pretend that I'm going to write an answer just to copy the backtick to paste it into my comment (I'm ...
1
vote
2answers
42 views
Backquotes inside backquoted code in comments
Sometimes, when I write answers, I need to include backquotes as part of the code (not as formatting markup). This I can do by using four-spaced indent in the answer. However I can't find a way to ...
4
votes
1answer
93 views
Single code formatted space ` ` works in questions and answers but not comments [duplicate]
It's annoying that on stack overflow ` ` works fine in questions and answers but not in comments, to produce a single code-formatted space.
Edit a few days later
Actually my question appears to be a ...
6
votes
1answer
117 views
Xcode-snippets make code look like its inside a comment
When asking questions on SO that involve Xcode code-snippets, the syntax is to use a #, which makes the code look like it's inside a comment. For example this Xcode standard snippet for looping ...
2
votes
1answer
57 views
how do i format code in comments?
I added a comment to the top answer here but couldn't get the code to format correctly. I made sure I was entering the 4 spaces. The comment was only editable for 5 minutes and it now appears to ...
10
votes
3answers
114 views
How to post comment with multiple spaces in it?
I know how to do that in question or answer post. But how do I write a comment post which contains multiple spaces?
I want to write this in a comment:
print ("string")
I tried:
Using ``, but ...
2
votes
2answers
50 views
Comments don't highlight spaces in code over newlines
I recently noticed that comments don't highlight spaces over newlines in code blocks.
For example, I posted a comment containing ", ".join(), and then, when displayed, it looked like this:
As you ...
1
vote
0answers
20 views
Square brackets in inline code in comments [duplicate]
Possible Duplicate:
My comment `code block` was not converted properly, is this a bug?
Writing either
` [ ]`
or
` \[ \]`
in comments doesn't appear to result in any inline code style ...
22
votes
1answer
225 views
Code in comments
Very frequently new users will respond to your answer with a comment containing a gigantic unreadable block of code that clarifies some detail. This code should ideally be edited into the original ...
5
votes
2answers
138 views
How to ask for clarification when it requires a formatted text block?
This "answer" is not an answer in my opinion. However, I can see why the answerer resorted to this way of asking for clarification, because there is much to ask in the first place and he wanted to ...
4
votes
1answer
117 views
Why don't these back ticks format code in comment?
Here is the comment I wrote, but the back ticks do not display as code. It works in this post. How to fix?
No, I got => ["this", "is", "the", "string", "to's", "split", "real", "", "ok", "", ...
0
votes
0answers
63 views
Markdown in comments: Inline code section does not format correctly if it contains only white-space [duplicate]
Possible Duplicate:
My comment code block was not converted properly, is this a bug?
When I mark an inline code section in a post, it can contain a single space if I want it to. For ...
7
votes
1answer
244 views
My comment `code block` was not converted properly, is this a bug?
In my comment here:
What is your favorite Coding Guidelines Checklist?
I needed to have a : symbol with a leading space, but I couldn't figure out how to get it. And for some reason it converts ...
1
vote
1answer
427 views
Can you put code snippets in comments?
I tried to do this today, and whenever I hit Return to get to the line where I want to put the comment, the editor thinks I'm done with the comment as if I'd hit Enter to mean "I'm done", instead of ...
3
votes
1answer
86 views
How to write a slash in inline code thing
Tried to add a comment to a post today, which ended up looking rather weird. What I had typed was:
On windows I believe you need to use `\` instead of `/`
As you can see in the first comment to ...
19
votes
2answers
211 views
Allowing Ctrl+k in comments [duplicate]
Possible Duplicate:
Formatting Keyboard Shortcuts for Comments
I often use `keyword` (quotes around keywords) to highlight some keyword or phrase in comments. While the backticks work, ...
2
votes
2answers
610 views
How do I add code while writing comments? [duplicate]
Possible Duplicate:
How do comments work?
How do I add code while writing comments and how do I enter a newline character?
5
votes
3answers
289 views
Backslash escaping in code regions in comments
I've noticed that in comments, when you create `code region` with backticks, the backslash will still work as an escape character within that region (but it should not, IMHO).
To clarify:
In ...
1
vote
4answers
100 views
About stackoverflow comment
This might appear silly, but I have been wondering for a while, how can I put code inside a comment in stackoverflow. I haven't been able to figure this out. I have seen users putting those grayish ...
0
votes
1answer
215 views
how to put the code in comments
I many times tried that four space(bar)s before and after the code. But I never succeed. Can one say how to put the code in the comments.
11
votes
4answers
2k views
How do I post code in comments?
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 ...
