I have a html code as element for example:
> var element = document.create(“div”);
> element.innerHTML = “<h1.>hello world”;
and I want to insert this code after second "class=‘row’ " but I don’t know how to do this in discourse?
I have a html code as element for example:
> var element = document.create(“div”);
> element.innerHTML = “<h1.>hello world”;
and I want to insert this code after second "class=‘row’ " but I don’t know how to do this in discourse?