docs/plans/2026-03-23-docx-image-cleaner-pass.md
Add a narrow, high-value non-React coverage pass for @platejs/docx focused on the image and RTF cleaner helpers:
cleanDocxImageElements.tsgetRtfImageHex.tsgetRtfImagesMap.tsgetRtfImagesByType.tsgetRtfImageMimeType.ts/react.altdocx coverage is still thin around RTF image parsing.getVShapes.spec.ts currently contains a fake placeholder assertion, but this slice does not need to widen into that file unless the new tests expose a real dependency gap.getRtfImagesByType(..., '\\shp') was also matching \\shppict blocks because the helper split on raw substrings instead of exact RTF control words.