I was just answering a question when I observed the following behavior. I wanted to type something like
wget --bind-address=``ifconfig eth0 | grep 'inet addr:' | cut -d: -f2 | awk '{print $1}'` ` URL
completely inside a code tag but it did not work. I tried using double apostrophe and back-slash apostrophe, but still it did not work. Is there any way to use the code formatting quote as such inside a code block?