static S hcommentSafe(S text) { ret hcomment_unescaped(contains(text, "-->") ? htmlencode(text) : text); }