static LS jsoup_allContents(S html, S selector) {
  ret map(jsoup(html, selector), e -> e.html());
}