What I’m trying to do:
In a RichText component, in a Markdown table, allow a small amount of spacing between columns, for readability.
What I’ve tried and what’s not working:
| | |
| ---- | ----- |
| User Name: | {email} |
| Joined: | {signed_up} |
| Last Log-in: | {last_login} |
yields
There’s virtually no space between columns.
I get similar spacing with HTML, unless I insert
, making the ugly HTML even uglier.