Typing
\`foo\`
produces `foo` instead of the desired literal backticks. It appears correctly in the preview however.
|
Typing
produces `foo` instead of the desired literal backticks. It appears correctly in the preview however.
| ||||
|
feedback
|
|
This was an actual bug in early versions of the official Markdown Perl implementation http://code.google.com/p/markdownsharp/source/detail?r=7c443c9d037a8b657965aefcfba10824ff258ba2 | ||||
|
feedback
|
Workaround:This is a proper `backticked piece` without any gray background, or monotype font. Instead of using `escaped backticks` which look ugly, you can use simple HTML entities, which will not be treated wrongly by the SO server parser. That's a workaround, not a fix of this bug, of course :) Like so ( This is a proper `backticked piece` Inside post comments, you should use the "normal" way, as for some odd reason, HTML entities are written as text in comments: use \`normal escape\` in comments, HTML entities don't work | ||||
feedback
|
|
According to the Markdown reference:
A single backtick in a code span: A backtick-delimited string in a code span: | ||||
feedback
|
|
Test:
`foo`
`foo`
| ||||
|
feedback
|
|
EDIT:If you don't want "foo" in monospace, you can use this:
but then you get spaces around foo. | |||||||||||||||||||||||
feedback
|
\BACKTICKfoo\BACKTICKto work properly either. – TheTXI Aug 5 '09 at 18:45meta" discussion. – Tchalvak Jul 11 '11 at 16:03