> Doing it with 1 or more tabs leads to a problem if there were empty > cells, you'd need to mark a cell as empty, maybe with something like > [empty] Or a space --- tabs == column separator, spaces == empty cell. (N.B. I generally dislike counting whitespace, but Markdown already has a precedent, so may as well use it.) Chris