HubSpot / draft-convert

Extensibly serialize & deserialize Draft.js ContentState with HTML.
Apache License 2.0
483 stars 94 forks source link

Default blockToHTML values for article and section #184

Open Nik7A opened 3 years ago

Nik7A commented 3 years ago

draft-js already has support for article and section blocks (https://github.com/facebook/draft-js/pull/2212). Due to the lack of support for these blocks from draft-convert, this results in an error:

convertToHTML: missing HTML definition for block with type section.

image