aantron / lambdasoup

Functional HTML scraping and rewriting with CSS in OCaml
https://aantron.github.io/lambdasoup
MIT License
380 stars 31 forks source link

Document that Soup.replace removes the replacement (new) nodes from their original surrounding DOM, effectively deleting them #19

Closed aantron closed 6 years ago

aantron commented 6 years ago

cc @pmetzger

pmetzger commented 6 years ago

👍

aantron commented 6 years ago

I made an attempt in the linked commit, any comments on it welcome :)

The online docs are currently blocked on fixing some stuff in odoc, but will eventually be updated as well.