node-html-to-text
node-html-to-text copied to clipboard
Allow recursive custom formatters
- 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.