aidenlx / table-extended

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

Rowspan not rendering properly #62

Open hisel-sabermetrics opened 6 months ago

hisel-sabermetrics commented 6 months ago

I'm trying to render a table in the following format:

-tx-
| --- | --- | --- | --- |
| 1 | 2 | 3 |
| 4 | ^^ | 5 |
| ^^ | 6 | ^^ |

I expect a 3 row table but got one with only 2 rows.