forked from Lainports/opnsense-ports
3 lines
164 B
Text
3 lines
164 B
Text
html2text is a very simple script that uses Ruby's DOM
|
|
methods to load HTML from a string, and then iterates
|
|
over the resulting DOM to correctly output plain text.
|