Markdown HTML Escape (Strip / Escape Inline HTML)

Markdown allows inline HTML by default — which is great for power users but a security risk if you accept user-supplied markdown (XSS via <script> or onerror handlers). This tool strips or escapes inline HTML before rendering.

How to use the Markdown HTML Escape (Strip / Escape Inline HTML)

Pick mode. Escape preserves tags as visible text. Strip removes them entirely. Both make user-supplied markdown safe to render.