static LL html_contentsOfLIs(L tok) { ret map contentsOfContainerTag(html_findLIs(tok)); } static LL html_contentsOfLIs(S html) { ret html_contentsOfLIs(htmlTok(html)); }