Closed ViToni closed 8 months ago
Both xref: and link: create <a> elements. For xref: the data-href attribute was missing so WebView didn't treat it as a regular link. Now xref: and link: are created the same way for the WebView thus allowing xref: navigation.
xref:
link:
<a>
data-href
Resolves #425.
All good, thanks 👍🏻
Both
xref:
andlink:
create<a>
elements. Forxref:
thedata-href
attribute was missing so WebView didn't treat it as a regular link. Nowxref:
andlink:
are created the same way for the WebView thus allowingxref:
navigation.Resolves #425.