gjtorikian / html-pipeline

HTML processing filters and utilities
MIT License
2.26k stars 380 forks source link

Split filters up #360

Closed gjtorikian closed 2 years ago

gjtorikian commented 2 years ago

Divide the filters into two categories: TextFilters (processing on pre-HTML) and NodeFilters (processing on post-HTML transformation).

Also factor out sanitization filter as a seperate step.