aidenlx / table-extended

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

Footnote broken with "Experimental" ON #25

Open Steven-AA opened 2 years ago

Steven-AA commented 2 years ago

Content

| test | test        |
| ---- | ----------- |
| test | test[^test] |

[^test]: test

Experimental ON

sp20211128_171901_799

Experimental OFF

sp20211128_171840_040

RankkaApina commented 2 years ago

For me it doesn't seem to work either off or on (looking for another cause for the fail in off)

zigulle commented 2 years ago

Same here, footenotes did not work either experimental off or on.

eCyclops commented 2 years ago

Also here. I suspect Issue #43 is correct that the ^ character is causing issues. Would it be possible to use a different character (less mnemonic, I suppose) for merging cells up? I realize this will break backward compatibility...

tsids commented 2 years ago

One solution is to use inline footnotes, but it only works when experimental is off.

| test | test        |
| ---- | ----------- |
| test | test^[test] |

Experimental ON

image

Experimental OFF

image