-
Notifications
You must be signed in to change notification settings - Fork 4.5k
Description
Currently, the support table in packages/blocks/src/raw-handling/README.md indicates that images from MS Word are not supported. However, in recent testing, I was able to copy and paste content containing both text and images from MS Word into the block editor successfully. The images are rendered properly without issues.
This contradicts the current note which states:
"MS Word and LibreOffice only provide a local file path... Single images, however, can be copied and pasted without any problem."
Given that this functionality is working, the support table should be updated and we can close this issue as well.
Steps to Reproduce:
-
Create a Word document with text and embedded images.
-
Copy the content.
-
Paste it into the Gutenberg editor.
-
Observe that the images appear correctly alongside the text.
Demo:
Attached video demonstrates the successful paste from MS Word with images.