Footnotes in tables and callouts (live preview)

Footnotes are broken in live preview of callouts and tables

In live preview in a table or callout that has a footnote, Obsidian will simply show the footnote number (without square brackets which is expected of footnotes) and not the footnote link.

Example



| A [^1] | B   |
| ------ | --- |
| C      | D   |


[^1]: Some footnote.

This renders as the folowing.

A 1 B
C D

Comment

I have encountered this problem for a very long time. This seems like an easy bug to fix. I see many would phrase this as feature request, whereas clearly it is a bug because different parts of Obsidian should work consistently with each other.

Thank you for pointing to that post. I forgot to link to it myself.

My initial motivation for posting here was that this seems closer to a bug than a feature request. That is why I thought (and still do) it belonged in the bug report thread.