treejs icon indicating copy to clipboard operation
treejs copied to clipboard

Optionally render node with HTML content

Open mattborja opened this issue 5 years ago • 0 comments

Basic support for rendering node with HTML label.

Example:

{
    "id": "1-0-1",
    "html": "node-1-0-1 <a href=\"#\">Hello, world!</a>",
},

Result:

image

mattborja avatar May 18 '20 22:05 mattborja