Footnotes, implicit links and link aliases don't work in tables

Testing version: Version 2.0 (9695)

What were you doing: Testing various link md link formats inside a table

What feature did you use: footnotes, implicit link, link aliases and tables

What happened: some of the special md link format work :white_check_mark:; some don’t :x:

What did you expect to happen:

Table Edge Cases

| Example                     | Works?           |
|-----------------------------|------------------|
| [[Wiki Linik]]              | ✅                |
| [Bear Beta](beta.bear.app/) | ✅                |
| [implicit link]             | ❌ Not Recognised |
| [gmail][gm]                 | ❌ -50 Error      |
| a footnote[^2]              | ❌ -50 Error      |


- [implicit link] -> ✅
- [gm] -> ✅
- [gmail][gm] -> ✅

## Link definitions

[implicit link]: www.google.com
[gm]: gmail.com
[^2]: Footnote
1 Like

Hello,

we received reports of these problems for the previous build but the fix didn’t make it in time.
We’ll fix them for the next update.

Thanks for the report.

2 Likes