HTML rich text node

I’m trying to create a web version of a diagramming app and so far GoJS has looked quite good. However I also need to be able to put rich/html text nodes into the diagram, where I’m able to bold individual characters, superscript, subscript, etc, basically some simple typography.

Is this sort of functionality supported?

Regards
Angelo Marcon

No, I’m sorry, it isn’t. In simple cases one can use separate TextBlocks, but that doesn’t sound plausible for what you describe.