aidenlx / table-extended

Extend basic table in Obsidian with MultiMarkdown table syntax
181 stars 13 forks source link

Headerless seems not to work #33

Closed namtrah closed 2 years ago

namtrah commented 2 years ago

In the following text, headerless tables do not seem to work

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

using Obsidian 0.13.23

aidenlx commented 2 years ago

you need to add a prefix before table to get it working:

-tx-
|--|--|
| Text 1 ||
| Text 2 ||
| Text 3 | Text 4 |