obsidian-export
obsidian-export copied to clipboard
Support markdown text formatting in reference labels
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.
Tests for this would be very much appreciated yes
I went ahead and added some testdata for it myself. Thanks for taking the time to contribute this though :slightly_smiling_face: