Skip to content

Disable Error Overlay on Markdown image not found #11247

Answered by slorber
kieronlanning asked this question in Q&A
Discussion options

You must be logged in to vote

We can't disable the error overlay, however it seems we have 3 users requesting to disable these broken image error messages on the same week, so we'll likely implement something soon.

Related issue: #11219

I had assumed that by setting markdown.format: 'detect' it would use CommonMark rather than the MDX parser (as-per the docs), but as you can see the MDX process is the one throwing up errors.

The CommonMark mode means it will parse standard Markdown syntax, but it doesn't mean that it will entirely disable our markdown processing pipeline under the hood. Even if your doc is parsed in a less strict way and supports regular Markdown syntax, it's still compiled by MDX and outputs a Reac…

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@kieronlanning
Comment options

@kieronlanning
Comment options

@slorber
Comment options

slorber Jun 11, 2025
Collaborator

@kieronlanning
Comment options

Answer selected by kieronlanning
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants