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.