I've seen this happen a few times: "code 'with' backticks (replace quotes with backticks!!!)"
I also had to do some digging to find out for myself that the correct way to do this: code `with` backticks
...is this: ``code `with` backticks``
...which I quoted like this: ``` ``code `with` backticks`` ```
...etc.
People often get by by using 4 spaces:
code `with` backticks
...but of course, this is not possible for mini-Markdown as used in comments, so the comment formatting help should definitely be expanded to explain how to quote backticks inline.
http://stackoverflow.com/editing-help#comment-formatting
Ps. I also notice that leading, trailing and excess whitespace is ignored, so a single preformatted backtick immediately surrounded by parens can be marked-up like this: (`` ` ``)
...which renders as: (`)
shoots self– Cole Johnson Aug 19 '12 at 16:18