Class HTML::Pipeline::ImageFilter
In: lib/html/pipeline/image_filter.rb
Parent: TextFilter

HTML Filter that converts image‘s url into <img> tag. For example, it will convert

  http://example.com/test.jpg

into

  <img src="http://example.com/test.jpg" alt=""/>.

Methods

call  

Public Instance methods

[Validate]