node-html-to-text icon indicating copy to clipboard operation
node-html-to-text copied to clipboard

Allow recursive custom formatters

Open jackellenberger opened this issue 7 years ago • 0 comments

  • Resolves https://github.com/werk85/node-html-to-text/issues/147
  • When format functions are called internally within formatter.js it is not possible to override the custom logic. This PR changes that functionality and allows users to choose whether they want the default formatter to be used internally or their own formatters supplied in the options object.

jackellenberger avatar May 11 '18 19:05 jackellenberger