I've seen other questions regarding the same, but in this case I think it is a little different. I know the markdown handles tabs correctly (when generating the HTML code), but that's not what I'm requesting.
I think it would be good to automatically convert TABs to spaces when storing the code in a post. I mean, changing the markdown source.
Although you think nobody mixes tabs with spaces, well, lots of people copy some piece of code from a website, or from their IDE, and do some edits (maybe looking for a correct indentation here on StackOverflow), and then it happens.
The think about it is that it makes editing much harder. You have to copy the code to a text editor, replace TABs by spaces, and then paste the code on the site again and indent it correctly.
