Is it possible to convert HTML with Nokogiri to plain text? I also want to include tag.
For example, given this HTML:
If you use HAML you can solve html converting by putting html with 'raw' option, f.e.
= raw @product.short_description