You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Resolveshtml-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.
* Allow recursive custom formatters
* Resolveshtml-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 - reduce line length
Currently it is not possible to override the format for
listItem
, as lib/formatter.js callsformatListItem
internally.The only workaround is to override
unorderedList
ororderedList
The text was updated successfully, but these errors were encountered: