discord utility

Discord Multi-Line Quote Generator

Generate continuous multi-line quotes that encompass all following text using triple angle brackets.

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

How It Works

Prefixing with >>> creates a blockquote that quotes everything until the end of the message.

Syntax Rules & Formatting Guidelines

  • >>> must be at the very start of the quoted paragraph.
  • Everything following >>> in that message block will be included inside the quote.

Quick Examples

Changelog Block
>>> # Release 1.0
1. Initial launch
2. Documentation added

Entire block is rendered inside a continuous quote border.

Common Mistakes to Avoid

  • Attempting to exit a >>> quote on the next line without splitting into a new message.

Frequently Asked Questions

What is the difference between > and >>> in Discord?
> quotes only the current line (unless you add > to every line). >>> quotes everything from that point to the end of the message.