sS wrapInDiv(S html) { S tag = getTag(firstToken(htmlTok(html))); ret eqicOneOf(tag, "div", "p") ? html : div(html); }