Hi, should [HTML-Like Labels](https://graphviz.org/doc/info/shapes.html#html) work in this branch of viz.js? Input: ``` digraph G { nodeID [label = < hello <br/> world > ] } ``` Expected output:  Actual output:  It works correctly in: * http://viz-js.com/ * http://magjac.com/graphviz-visual-editor/ * [https://dreampuf.github.io/GraphvizOnline/](https://dreampuf.github.io/GraphvizOnline/#digraph%20G%20%7B%20nodeID%20%5Blabel%20%3D%20%3C%20hello%20%3Cbr%2F%3E%20world%20%3E%20%5D%20%7D)
Hi, should HTML-Like Labels work in this branch of viz.js?
Input:
Expected output:

Actual output:

It works correctly in: