obsidian-prettify icon indicating copy to clipboard operation
obsidian-prettify copied to clipboard

Using \| chars in cells

Open dariuszkowalski-com opened this issue 4 years ago • 7 comments

In the obsidian if I want to put a link [[ link | alias]] in a cell of a table I need to use \| chars. Now, plugin removes \ char. This is a bug

dariuszkowalski-com avatar Dec 15 '20 10:12 dariuszkowalski-com

Hello,

Do you have an example where this happens?

I'm trying with

| A       | B       |   |
| ------- | ------- | - |
| [[ link | alias]] |   |

But I cannot reproduce.

cristianvasquez avatar Dec 19 '20 10:12 cristianvasquez

This image is render as: image

After formatting: image

Render as: image

dariuszkowalski-com avatar Dec 19 '20 17:12 dariuszkowalski-com

I hope to look at it when I have some time.

cristianvasquez avatar Dec 22 '20 20:12 cristianvasquez

Definitely open to a Pull Request since I'm not sure when I'd be able to get to this.

cristianvasquez avatar Jan 04 '21 09:01 cristianvasquez

Related: https://github.com/syntax-tree/mdast-util-from-markdown/issues/10#issuecomment-752949352

cristianvasquez avatar Jan 04 '21 09:01 cristianvasquez

Related to #49

jjspace avatar Apr 14 '21 15:04 jjspace

and if I put | it will turn it into |

xaperret avatar Nov 30 '21 10:11 xaperret