The editing page says:
Like code blocks, code spans will be displayed in a monospaced font. Markdown and HTML will not work within them. Note that, unlike code blocks, code spans require you to manually escape any HTML within!
That is wrong, code spans <b>don't require</b> any manual escaping.
EDIT
As Bill the Lizard♦ explained, the help description is correct, but refers to code spans created with <code></code>, not with backticks.
That should be made more clear in the help, as this:
Use backticks to create an inline
<code>span:
makes me think the following text concerning code spans applies exactly to these backtick-created code spans, as opposed to code blocks, created with indentation.