aduh95 / viz.js

A hack to put Graphviz on the web.
http://aduh95.github.io/viz.js-playground/
MIT License
39 stars 8 forks source link

Support for HTML-like labels #29

Open pfroud opened 2 years ago

pfroud commented 2 years ago

Hi, should HTML-Like Labels work in this branch of viz.js?

Input:

digraph G { nodeID [label = < hello <br/> world > ] }

Expected output: hello world

Actual output: nodeID

It works correctly in:

croissantspectacular commented 1 year ago

does anyone know of any workarounds so far?

vogloblinsky commented 1 year ago

+1