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=""/>.
[Validate]