asciidoctor / asciidoctor-vscode

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

Fix non working xref in preview pane #853

Closed ViToni closed 6 months ago

ViToni commented 6 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 6 months ago

All good, thanks 👍🏻