Tagged Questions
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 ...
-9
votes
1answer
82 views
Comments with full post formatting, with potential to be promoted into actual answers
There should be a feature that provides all the "comfort" of an answer, but actually is more like a comment.
I often find myself in the situation where someone posts a question and I have some ...
1
vote
1answer
32 views
How to show the formatting suggestions menu while answering or commenting
I always get the formatting help from SO saying about how to use bold, italics, hyperlinks, etc while I post an answer or comment. But after I closed it once, I no longer get that help. What should I ...
0
votes
1answer
74 views
how to post html in a comment [duplicate]
Possible Duplicate:
How to use formatting in comments?
How do I post html/css/javascript in a comment so that it's formatted nicely and has a gray background?
I'm trying to reply to a user ...
-17
votes
1answer
315 views
Cannot use line break or code in comments. Editing help gives wrong information
When you write a comment the following text appears:
Comments use mini-Markdown formatting: [link](http://example.com)
_italic_ **bold** `code`. The post author will always be notified
of your ...
-5
votes
2answers
74 views
Removal of autosubmit in comments on return (and keeping linebreaks, while we're at it?)
I do understand why comments do not have the bigger formatting options that Questions and answers have, but could we PLEASE at least keep line breaks in them for readability? And if not that, could we ...
0
votes
1answer
60 views
Reason for comment not rendering as expected [duplicate]
Possible Duplicates:
Small bold parser error
Why do bold links syntax in comments work differently than answer text box?
As you have said *...**it works fine**. I want to **improve** it ...
2
votes
2answers
109 views
Underscores for italics in comments do not work consistently
I added a comment that contains several italicized words, and some links with URLs that contain comments as well. The underscores are well-paired, however after the first URL (which contains two ...
2
votes
1answer
104 views
URL in comment not linkified [duplicate]
Possible Duplicate:
In a comment, markdown inexplicably failed to turn SO URLs into links
I just added a comment (the 4th one) containing a hyperlink, including protocol and all other ...
0
votes
0answers
27 views
Comment formatting issue - text overflows to the right frame [duplicate]
Possible Duplicate:
Text running over other text on SO comments.
I was reading this question and came upon a content display issue by clicking on "add / show 6 more comments" under the ...
1
vote
1answer
53 views
Code formatting in comments?
I am supposed to use back ticks to mark code in my comments, but my iPad doesn't have a back tick on its keyboard. What should I do, buy a PC or sue Steve Jobs? :-)
6
votes
2answers
149 views
Backticks not escaped in questions/answers as they are in comments
Comments allow for backticks to be escaped. However, the very same formatting does not work in questions and answers.
Example:
`foo\`bar`
This shows as: foo\bar`.
But one would expect this to ...
6
votes
4answers
181 views
Formatting should not count towards the character limit on comments
This is a minor frustration, but I have a comment that I put italics and bold into (using asterisks.) Now I know I just just be happy that I could do it at all, but it seems to me that those should ...
3
votes
1answer
155 views
What happened to comment formatting?
I just commented an answer on Stack Overflow. To indicate markup, I surrounded a <b> tag with backticks. But opposite to my expectations, the comment didn't get properly formatted, the backticks ...
7
votes
3answers
663 views
Stack Overflow comments don't have formatting tags or line breaks?
I have been reviewing the Stack Overflow format reference and it doesn't seem to apply to the comments... Is that correct?
2
votes
1answer
110 views
Small **bold** parser error
I tried to comment a question:
then the title should be renamed "How to show a server side error message in a popup using thickbox" or something like that
here it works, but in that comment I ...
0
votes
0answers
63 views
Comments overflowing box [duplicate]
Possible Duplicate:
Post Overflow
Check out the comment on this question.
So far this only happens in Chrome, but I'm assuming it happens in FF too.
36
votes
3answers
2k views
How to use formatting in comments?
I see some people write comments that are for example - in italics.
I do not see any way of doing that while writing my comments. Why is it so?
7
votes
3answers
212 views
How do I write a URL in a comment without making it a link?
I tried to add a comment that included this text:
https://username@password:www.mysite.com/mypath/
But it showed up like this:
username@password:www.mysite.com/mypath/
How can I prevent ...
2
votes
1answer
178 views
Code escaping in comments eats backslashes
While I sometimes stumble over things where the normal formatter and the one in the comments disagree on the grave accent, such as:
* `abc`def
* `\`g`
Maybe it even is useful (though I can't see ...
3
votes
2answers
306 views
Cannot use bold and italic in comments
I noticed that using triple-star to apply bold and italics doesn't work in comments.
For example:
this is ***some*** text
I would expect that to be rendered in bold and italics, as it does in ...
19
votes
5answers
362 views
Formatting Keyboard Shortcuts for Comments
Ever since we got the ability to format comments, I have abused it mercilessly. I put quick code snippets in there all of the time. And I find myself often highlighting a word or two and hitting ...
5
votes
3answers
221 views
Why can't we have simple HTML in comments?
Why can't we have simple HTML in comments; or at least newlines and tabs? I think it would be good if we had such functionality.
5
votes
1answer
157 views
How are SE comments formatted?
How are the comment fields on Stack Exchange sites converted from text to HTML?
I'm looking into doing something similar (not for comments, but for writing small lists with bold and italic text). Is ...
27
votes
4answers
2k views
Text formatting now allowed in comments (List of proven and disproven abilities)
What special formatting tricks can be done in the comments now?
Proven:
**text** or __text__ = Bolding = text
*text* or _text_ = Italics = text
`text` = Code Formatting = text
...