Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow recursive custom formatters #154

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

jackellenberger
Copy link

  • Resolves Cannot override format for listItem #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.

jellenberger and others added 3 commits May 11, 2018 14:54
* Resolves html-to-text#147
* When format functions are called internally within formatter.js
  it is not possible to override the custom logic. This 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.
* fixup of html-to-text#144
* update integration test to cover new colspan functionality
* update unit tests to cover new colspan functionality
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant