asciidoctor / asciidoctor-vscode

AsciiDoc support for Visual Studio Code using Asciidoctor
Other
340 stars 97 forks source link

Fix non working xref in preview pane #853

Closed ViToni closed 8 months ago

ViToni commented 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.

Resolves #425.

ggrossetie commented 8 months ago

All good, thanks 👍🏻