I think this is a good suggestion. Thanks for pointing out that the change would actually be consistent with the letter of Gruber’s original syntax description. I hadn’t noticed that before. Markdown.pl
and virtually all other implementations just globally replace tabs with spaces before processing the document. (The most prominent exceptions are maruku, kramdown, and pandoc with --preserve-tabs
). But I agree that it’s a real problem if you can’t put tabs in code blocks.
I’ll have to look at the reference implementations to see how hard it would be to implement this change. Meanwhile, other comments welcome.