Markdown link XSSEMBEDDED

Check whether Markdown, MDX, or editor renderers safely normalize and sanitize link URLs, raw HTML, and image URLs.

HTML payload check

This scenario tests how user input is rendered into HTML / DOM, not iframe sandbox behavior.

  • Sanitize the final HTML after Markdown rendering
  • Validate link URLs through a protocol allowlist
  • Check whether raw HTML support is enabled

Payload

Payload to copy

Paste this into a Markdown-backed editor and inspect the rendered href.

Preview

The preview intentionally performs unsafe rendering for learning. In a real service, this payload should be escaped as text or removed.

Log

// no logs

Explanation