html-to-text2

1.0.0 • Public • Published

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,
    });

Package Sidebar

Install

npm i html-to-text2

Weekly Downloads

6

Version

1.0.0

License

MIT

Unpacked Size

78 kB

Total Files

23

Last publish

Collaborators

  • kraegpoeth