I'm not sure whether this is a bug or if I'm using the wrong syntax, so I'd like to ask for clarification.
I've noticed that when I put an internal link using the wiki-link syntax ([[ID]]) inside a Markdown table, the table is no longer rendered correctly.
For example:
| Name | Reference |
|------|-----------|
| Item | [[12345]] |
In this case, the table is not rendered properly.
However, if I use a standard Markdown link instead, everything works as expected:
| Name | Reference |
|------|-----------|
| Item | My note |
Is this expected behavior? Are wiki-links inside Markdown tables currently unsupported, or is this a bug?
If I'm doing something wrong, I'd appreciate any guidance on the correct way to create internal links inside tables.
I'm using V 4.6
Thanks!