Draw tour tables in text mode
Use "|" to separate columns, for example:
Text source
| | server | connection | user name | authentication |
| for incoming email | leanweb.solutions | SSL/TLS | your email | plain password |
| for outgoing email | leanweb.solutions | SSL/TLS | your email | plain password |
Resulting table
server | connection | user name | authentication | |
---|---|---|---|---|
for incoming email | leanweb.solutions | SSL/TLS | your email | plain password |
for outgoing email | leanweb.solutions | SSL/TLS | your email | plain password |