The default column-delimiter for horizontal lines in tables is a + sign. How to change it to vertical bar |?
Currently, it looks likes this:
|---+---+---+---+---| | | | | | | |---+---+---+---+---| | | | | | | |---+---+---+---+---| | | | | | | But I want it do be like this:
|---|---|---|---|---| | | | | | | |---|---|---|---|---| | | | | | | |---|---|---|---|---| | | | | | |
Markdownsyntax for tables. Using the org-table delimiter mess up when I try to visualize it on GitHub for example.