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
|
It seems that this is because there's something right before or after the backticks. You can do this in answers, like As you can see in my comment on ccomet's answer, dots right after backticks don't trigger this bug. | |||||
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
And that showed broken formatting as in your post. The second test was written
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. | |||||||
feedback
|
"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