html-to-text2
v1.0.0
Published
Advanced html to plain text converter
Downloads
37
Maintainers
Readme
This is a fork of html-to-text
Only change is that you can now add ignoreSub
and ignoreSup
to the options object to ignore <sup></sup>
and <sub></sub>
tags.
Example
wordwrap: 130,
ignoreHref: true,
ignoreImage: true,
ignoreSub: true,
ignoreSup: true,
});