Wires up anchor clicks inside a rendered markdown element so that they are routed
through the OpenerService instead of relying on default browser navigation.
Honors MarkdownString.isTrusted for command: URIs.
Also sets the title attribute on each anchor to its href (when no title is set)
so users can hover to see the link target.
Wires up anchor clicks inside a rendered markdown element so that they are routed through the OpenerService instead of relying on default browser navigation. Honors MarkdownString.isTrusted for
command:URIs.Also sets the
titleattribute on each anchor to itshref(when no title is set) so users can hover to see the link target.Does nothing if the element's links are already wired, see markMarkdownLinksWired.