oalders / html-restrict

HTML::Restrict - Strip away unwanted HTML tags
Other
10 stars 9 forks source link

Add replace_img feature #10

Closed dagolden closed 11 years ago

dagolden commented 11 years ago

This adds optional replacement of img tags with the alt text using a default format of [IMAGE: alt text] (or [IMAGE] if there is no alt text). A code reference may also be passed to control the replacement.

Tests are included.

oalders commented 11 years ago

Thanks very much! I'll release a new version today.