I have found myself typing this quite a bit
| some normal text with some 
code interspersed
|  code
I have to add the   to prevent the word wrapper from eating the extra space. Ultimately, I'm looking for the result
some normal text with some <code>interspersed</code> code
Markdown does this with back ticks, like
some normal text with some `interspersed` code
Which is really convenient. Does Jade have some equivalent?
Thanks,
Topher.