How to make HTML link on Nodes?

Hi Walter

How to make html links on Tree nodes? the html links are not displayed. It is displaying as html string

The code modified below
$(go.TextBlock,
{ font: ‘9pt Verdana, sans-serif’ },
new go.Binding(“text”, “key”, function(s) { return " link “+s+”";}))
) // end Horizontal Panel

Use the “HyperlinkText” builder, defined in http://gojs.net/latest/extensions/HyperlinkText.js, and demonstrated in Demo of HyperlinkText Builder