Support tables without headers

I regularly have the need for tables without headers. it is just more readable than a list of ‘keyword: text’ since the table aligns the elements. In these cases, the table header is often useless, but i am forced to have one.
Hence, I would like Joplin to support tables without headers.

It is already supported. Check the option Enable multimarkdown table extension, and try this:

||
| - | - |
| 1 | 2 |
| 3 | 4 |

|
| 1 | 2 |
| 3 | 4 |

In the first table you can still choose the alignment (left/center/right) of the columns. The second one is left aligned.

1 Like