You could parse your HTML snippets with a DOMParser
and then insert them as a regular fragment using Transaction.replace
.
1 Like
You could parse your HTML snippets with a DOMParser
and then insert them as a regular fragment using Transaction.replace
.