Pipe character interpreted as "new column" when used to create alias within [[link|linkalias]] in a table

Steps to reproduce

  1. create new file
  2. in edit mode, paste the following:
    col1 | col2
    -|-
    [[link|link_alias]]
  3. Open preview mode.

Expected result

col1 col2
[[link_alias]]

Actual result

col1 col2
[[link link_alias]]

Environment

  • Operating system: Windows 10 64 bit
  • Obsidian version: v0.11.5

Additional information

screen from edit:
image
screen from preview:
image

1 Like