see my comment in http://stackoverflow.com/questions/2921153/php-code-problem The first string get the [code] markup, the second time I use the back ticks they are being ignored

link|improve this question

45% accept rate
1  
"true" or "false" versus "true" or`"false"` ... nevermind... that didn't work out like it was supposed to... – Grace Note May 27 '10 at 12:51
"true" vs "false" - no..there is no markdown in Meta comments, it seems. Although it does exists in SO (orshould I say, there is no style associated? – Itay Moav May 27 '10 at 13:10
There is a style. Notice the font of them is different. It just doesn't have the dark background as on the other websites, when it's just in comments. – Grace Note May 27 '10 at 13:16
My question about the same problem is closed as [by-design]: “comments use a stricter, minimal markdown, and only allow certain characters (space, and some punctuation) to terminate code blocks.” – Marcel Korpel Aug 10 '10 at 17:51
possible duplicate of Comment Inline Code Markdown Bug – Koper Aug 18 '10 at 14:31
feedback

2 Answers

It seems that this is because there's something right before or after the backticks. You can do this in answers, like backticks, but not in comments.

As you can see in my comment on ccomet's answer, dots right after backticks don't trigger this bug.

link|improve this answer
Illustration: backticks. – Marcel Korpel May 27 '10 at 13:31
@ccomet: you mean the first comment on this question? I may be wrong, but as far as I can see there's no text immediately before or after the backticks. – Marcel Korpel May 27 '10 at 13:36
feedback

Nevermind (again), for some reason Meta parses it differently. You don't have a space after the word "or". I tested this back on SO, by copying your comment over to one of my questions. The first test was written

You don't show us the entire picture. As according to this code you can get only `"true"` or`"false"` 

And that showed broken formatting as in your post. The second test was written

You don't show us the entire picture. As according to this code you can get only `"true"` or `"false"` 

And that came out correctly. So, I guess the derived result of this is that inline-code-formatting isn't supported in comments. It is a bit bizarre that the behavior doesn't occur on Meta, though.

link|improve this answer
It does occur on Meta like on SO. Inline code formatting is supported, e.g. code formatting. – Marcel Korpel May 27 '10 at 13:32
@Marcel By inline, I mean within the word itself, like described here: meta.stackoverflow.com/questions/51404 Maybe it is the wrong word. And while it does occur on Meta, unless it's only displaying it that way on my screen, my first comment on this question is showing codeformatting on the second "false" when it shouldn't. – Grace Note May 27 '10 at 13:35
You're right: I just tried to emphasize the ‘a’ in text/jav**a**script, but this didn't work as well. – Marcel Korpel May 31 '10 at 14:34
feedback

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged