With the DecoratedHtml change (lovely change, thanks for that!), I played around decorateCookedElement, and it seems to append into the positional element.
Is there a way to insert it before or after the positional element?
I have the impression it’s forced to append here:
I guess a workaround would be to create a wrapper first and then call renderGlimmer on it.
Or is there a better way?