NicoNekoru / obsidan-advanced-table-xt

Plugin that adds features to tables in obsidian including merging, vertical headers, and custom css
Apache License 2.0
99 stars 5 forks source link

Wrongful "Malformed Table" Warning in Reading Mode #22

Closed JackMatanky closed 1 year ago

JackMatanky commented 1 year ago

Hi, With tables inside a callout, the plugin gives the "Malformed" error message when in reading view.

Source Code:

> [!info] Callout
> 
> | head 1 | head 2 | head 3 |
> | ---- | ---- | ---- |
> | 1a | 2a | 3a |
> | 1b | 2b | 2c |

Vanilla Obsidian Result: image

Result w/ "Sheet Extended" enabled: image

abiriadev commented 1 year ago

Possibly related to #15

JackMatanky commented 1 year ago

Thanks, love the plugin!