Calling editor.blocks.renderFromHTML(htmlContent) does not render embed html blocks
Open
- Dominant language
- TypeScript
- Stars
- 159
- Forks
- 105
- PR merge metrics
- No merged PRs in 30d
Description
Calling editor.blocks.renderFromHTML(htmlContent) does not render embed html blocks.
Sample htmlContent:
```
In a conference call following the release of the results, CEO Elon Musk made new comments
announcing that Tesla plans to hold a “handover event,” which generally means the first deliveries of a new car,
toward “the end of the third quarter.”
```
Only the '.paragraph' gets rendered onto the editor but the '.embed' element are lost.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.