jensmtg / influx

An alternative backlinks plugin, which displays relevant and formatted excerpts from notes with linked mentions, based on the position of mentions in the notes' hierarchical structure (bullet level indentation).
MIT License
310 stars 14 forks source link

Backlinks references in table cells not formatted as tables #53

Closed chuckharmston closed 1 year ago

chuckharmston commented 1 year ago

Describe the bug When backlinks are contained within table cells, Influx should format the reference as a table row. Instead, it renders the raw Markdown.

To Reproduce In Note Two, make a reference to Note One in a table cell:

| Header One | Header Two |
| --- | --- |
| Reference to | [[Note One]] |

Expected behavior Influx will format the reference as a table.

Screenshots

CleanShot 2023-01-06 at 07 07 55@2x

Desktop (please complete the following information):

jensmtg commented 1 year ago

Implemented/fixed in latest version.