Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 418 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 418 Bytes

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