It's not the first time this "feature" is annoying me on this forum. I try to write a text which contains a few consecutive spaces, and they are automatically removed
For example I try to write ___1 where _ are spaces, it shows 1.
And without the "inline code box", it's removing all but one space. For example I put 10 spaces between dots, it shows this :
. .
I tried using the non-breaking space characters but no luck.
Is there a workaround or could you disable this feature ?
So if you really need it, use the HTML character entity:
foo bar
Renders as:
foo bar
But I think it would be good to examine exactly why you need this. There might be a much better way. I wrote a lot of content in Markdown over the course of a decade and I can't remember running into a situation where I needed to use or one of the alternatives to overcome the HTML whitespace behavior..