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

Support markdown text formatting in reference labels

Open ryanisaacg opened this issue 11 months ago • 1 comments

The library currently fails to parse an Obsidian reference if it contains formatted text in the label

[[example-link-target|Example **bold**, *italic*, or ~~strikethrough~~ text]]

I wanted to fix this for my fork and it seems like an easy patch to upstream as well.

Happy to write some tests if you think it's warranted.

ryanisaacg avatar Jan 16 '25 03:01 ryanisaacg

Tests for this would be very much appreciated yes

zoni avatar Mar 25 '25 11:03 zoni

I went ahead and added some testdata for it myself. Thanks for taking the time to contribute this though :slightly_smiling_face:

zoni avatar Jun 21 '25 09:06 zoni