// TODO: static LL html_findLIs(LS [auto htmlTok] tok) { static LL html_findLIs(LS tok) { ret findContainerTag(tok, "li"); } static LL html_findLIs(S html) { ret html_findLIs(htmlTok(html)); }