You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(export): skip placeholder text for empty file blocks (#434)
Empty image/video/audio/file blocks (no url set) previously leaked
their "Add image"/"Add video"/etc. UI text into HTML and markdown
exports. Each block's toExternalHTML now emits the bare element
(<img>, <video>, <audio>, <embed>) with no src, so the placeholder
text is gone from exports while the block still round-trips back to
an empty block on re-import via the existing tag-name parsers.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
0 commit comments