HubSpot / draft-convert

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

Added Nested Block support for "code-block" #75

Closed sammysaglam closed 6 years ago

sammysaglam commented 7 years ago

Since code-blocks in DraftJS follow the following format, they should allow nesting: <pre> <pre>1st block...</pre> <pre>2nd block...</pre> </pre>

benbriggs commented 6 years ago

i think this should get solved by #114