❝Make Blockquote / Quote
Prepend '>' to text in markdown blockquote or email quote format. Useful for inserting quotes in markdown blog posts, quoting originals in email replies, making Slack/Discord blocks, and writing debate or rebuttal posts.
🔒 Browser-based✓ No watermark✓ No signup
How to use
- 1Enter the text to quote.
- 2Pick nesting depth (1, 2, 3+).
- 3Copy the result into your blog or email.
FAQ
How about nested quotes?+
Depth 2 uses '>>', depth 3 uses '>>>', and so on. Useful for replies-to-replies in email.
Markdown blockquote syntax?+
Each line starts with '> '. Multi-paragraph quotes need '>' on every line — this tool handles it in one pass.
Why is it used in email?+
Old-school email replies prefix the original with '>'. Plain-text email still follows this convention.
How about quoting code?+
For code, code blocks (```) work better than quotes. In chats, combining quote and code helps readability.
Mid-quote ellipsis?+
Academic convention uses '[...]' or '…' for omissions. This tool only converts; ellipses are manual.