// tok must come from htmlTok static LS contentsOfH3s(LS tok) { ret map join(contentsOfContainerTags(tok, "h3")); } static LS contentsOfH3s(S html) { ret contentsOfH3s(htmlTok(html)); }