Hi,
I really like your library and use it quite frequently. So I think I found a bug:
(-> "<td><div>hello</div><h1>hi</h1></td>" html/html-snippet (html/select [:div]))
({:tag :div, :attrs nil, :content ("hello")})
I was expecting the h1 tag to be returned too since it's also content of the td tag.
Greetings