Is there a way to put a embedded link inside a custom HTML
<div class="foo">
[[Some Page]]
</div>
By default, all content inside a custom HTML element won’t be parsed. Is there a way to get around that. Here is one use case: I have a few span tag for different highlighting color.
<span class='hl-red'>Foo</span>
It works well until I have an embedded link
<span class='hl-red'>[[Foo]]</span>