mirror of
https://github.com/opnsense/ports.git
synced 2026-04-12 16:47:51 -05:00
4 lines
164 B
Plaintext
4 lines
164 B
Plaintext
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.
|