Remote reference
The URL is visible and editable, but MD Studio does not request it for preview.
Markdown image security guide
MD Studio can preserve a remote image URL in Markdown while refusing to fetch it automatically in the preview or rendered-HTML output. That separates source conversion from third-party network activity.
An image reference can reveal a visitor's network address and request metadata to the remote host, fail after publication, change without notice, or require authentication. MD Studio keeps the author-visible reference but leaves the fetch decision to the final publishing environment.
| Reference | Source behavior | Preview/output behavior |
|---|---|---|
Remote https:// image | URL remains in Markdown | Not loaded automatically |
| Relative same-origin image | Relative reference remains | May render when it resolves safely on the MD Studio origin |
| Unsafe or unsupported URL | Treated as untrusted input | Sanitization and output policy prevent active loading |
| Image binary from a document | MD Studio is not an image-hosting service | No upload or automatic hosted replacement is created |
Markdown image syntax itself is part of the CommonMark image specification. Whether a renderer fetches a URL is a separate product and security decision.
The URL is visible and editable, but MD Studio does not request it for preview.
The project that publishes the Markdown must contain the file at the expected relative path.
Appropriate when the source is trusted, stable, public, permitted, and expected to remain available.
Often better for documentation repositories where versioning, review, and predictable availability matter.
Use this when the image is decorative, inaccessible, private, unstable, or unnecessary to understand the document.
That is intentional for remote URLs. MD Studio preserves the author-visible reference while preventing an automatic third-party request.
No. URL import, image proxying, cloud storage, and image hosting are outside the product scope.
No. The final renderer controls its own network behavior. Review the destination's content security, privacy, and asset policies.
MD Studio sanitizes output again and does not automatically enable remote images. The downloaded document also includes a restrictive content security policy.
Preserve the reference, inspect it, then decide where the final asset should live.
Open MD Studio