I'm trying to represent a short inline span of code with a significant space or two at the end, using Markdown. If I were to put it in a stand-alone code block, it might look like this:
cd
Frustratingly, Markdown transforms `cd `
into <code>cd</code>
, deleting the space at the end. How can I do it?
cd
` – ʇsәɹoɈ Nov 18 '14 at 22:42