discord utility

Discord Link Formatter

Create masked hyperlinks [text](url) and clean embed-suppressed links <url>.

Markdown Editor0 / 2,000
0 Characters0 Words0 Lines
Standard: Within Limit
Copied to Clipboard!
0%

How It Works

Masked links format text into clickable links. Angle brackets <url> suppress the automatic link embed card.

Syntax Rules & Formatting Guidelines

  • Masked links require full protocols: https:// or http:// in the URL target.
  • Wrap any URL with < > to prevent Discord from generating a bulky rich embed card.

Quick Examples

Embed Suppressed Link
Read more here: <https://github.com>

Clickable link that does not spawn a large preview preview box.

Common Mistakes to Avoid

  • Omitting https:// in [text](example.com).

Frequently Asked Questions

How do I stop Discord from embedding a website link?
Surround the link with angle brackets, like <https://example.com>.