Skip to content
Markdown

Markdown URL Decoder

Decode percent-encoded URLs inside Markdown links.

How it works

  1. 1Paste Markdown with encoded URLs.
  2. 2Each URL is decoded to readable form.
  3. 3Copy the result.

Use cases

  • Make encoded links human-readable.
  • Reverse over-encoded URLs.
  • Audit what a link points to.

Frequently asked questions

What if a URL is not encoded?

It is left unchanged, so the tool is safe to run on any Markdown.

Are titles kept?

Yes. Only the URL portion is decoded.

Is it private?

Yes. Everything runs locally in your browser; nothing is uploaded.

See all →