Related to Ocaml/bonsai: simple JS repl : is there a way in virtual-dom to say: take this string, interpret it as a HTML fragment, inject it into the vdom tree ?
The XY problem is: in the repl output, instead of only allowing text output, I want to allow arbitrary HTML-fragment output. [don’t worry about security; this is situation where injection attacks just results in user messing up their own system]