Disable hiding tokens in tables in live preview

Table columns could be kept aligned in source mode with the default monospace font and some CSS tweaks, but the token hiding in live preview now looks untouchable from CSS. There should be an option to not have tokens in tables.

Example text in source and live preview:
image
Tweaked source view:
image

| a     | b          |
| ----- | ---------- |
| c     | d          | 
| [[e]] | [f](x.com) |
| `g`   | [^1]       |
2 Likes

I support this. Regardless of the source of alignment (I use Advanced Tables), hidden formatting tokens nullifies the value of aligning these tables in source.

bump, this is still a problem in Obsidian v1.1.9
source mode:


live preview: