Is there a webapp that can create ASCII-art tables like this one? It doesn't have to use ASCII (it can be Unicode), I meant ASCII in the sense of ASCII-art.
------------------------------------------------ | | ColA | ColB | ------------------------------------------------ | Row1 | CellA1 | CellB1 | ------------------------------------------------ | Row2 | CellA2 | CellB2 | ------------------------------------------------ | Row3 | CellA3 | CellB3 | ------------------------------------------------
This would be useful for sites that don't support proper tables (like StackExchange).