Skip to content

kraegpoeth/node-html-to-text2

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published