ruby-html2text

convert HTML into plain text
  https://github.com/soundasleep/html2text_ruby
  0
  no reviews



This package provides the gem html2text, which can be used to convert HTML input into a plain text format. It uses Ruby's DOM methods to load HTML from a string, and then iterates over the resulting DOM to correctly output plain text.