html_to_plain_text
html_to_plain_text copied to clipboard
A ruby gem that can convert HTML to formatted plain text.
For some odd reason, extra line breaks are getting added when converting from HTML to Plain Text. See below ``` input = "The Acryee® Marine & Awning line of high...
Introduces the following changes: * ignores `noscript` tags in html * treats unicode `\u00a0` and similar as whitespace when considering space characters for various operations * ignores whitespace when avoiding...
I'm working on the open source project [VersionEye](https://www.versioneye.com). By adding the license info to the gempspec it becomes available through the public RubyGems API and that way other tools like...