I imagine that some kind of trim() is being called on the input to the edit box during the save step, because if you start input with 4 spaces, the preview pane looks fine, but when you go and post it, the code block is messed up because it loses the first 4 spaces. It may not be necessary/desired to trim the input like that - it seems like a bug from my point of view.
I imagine that some kind of trim() is being called on the input to the edit box during the save step, because if you start input with 4 spaces, the preview pane looks fine, but when you go and post it, the code block is messed up because it loses the first 4 spaces. It may not be necessary/desired to trim the input like that - it seems like a bug from my point of view.