closingTagString=`</${htmlTag}>`;//Change \uFEFF to  because \uFEFF does sometimes not work as intended
if (canContainText){
closingTagString=`</${htmlTag}>`;//Change \uFEFF to  because \uFEFF does sometimes not work as intended
}else{
closingTagString=`</${htmlTag}>`;//Do not put a non-printable space inside Tag, if Tag is not supposed to be editable (this is the only reason it is there in the first place, to have a space to place the cursor.)