html2text_ruby
html2text_ruby copied to clipboard
A Ruby component to convert HTML into a plain text format.
Bumps [rake](https://github.com/ruby/rake) from 10.4.2 to 13.0.1. Changelog *Sourced from [rake's changelog](https://github.com/ruby/rake/blob/master/History.rdoc).* > === 13.0.1 > > ==== Bug fixes > > * Fixed bug: Reenabled task raises previous exception on...
The code considers the href and text to be the same for both these cases: (A) `a.b.c` (B) `a.b.c` Both are rendered as 'a.b.c' However it does not consider the...
Bumps [rexml](https://github.com/ruby/rexml) from 3.3.3 to 3.3.6. Release notes Sourced from rexml's releases. REXML 3.3.6 - 2024-08-22 Improvements Removed duplicated entity expansions for performance. GH-194 Patch by Viktor Ivarsson. Improved namespace...