While explaining the difference between ' '.join(x.split()) and ' '.join(x.split(None, 1)) in Python, I tried to use an example like foo__bar (with two spaces between foo and bar). However, with backtick-enclosed inline code, it looks wrong: foo bar (two spaces) looks identical to foo bar (one space). It works fine in block-code context:
foo bar
foo bar
Is this a bug?
<pre>tag differently than the<code>element. (Could be changed by applyingwhitespace: prein CSS.) – Paŭlo Ebermann Oct 21 '12 at 21:04