Add the quote text
Paste one line, wrapped text, or several paragraphs. Your wording remains unchanged.
Create a Markdown blockquote from plain text, format several paragraphs, add an optional attribution, or nest a reply. Edit the generated Markdown, check the rich preview, then copy it into a README, note, article, or documentation page.
Portable > syntax stays readable in the source and predictable across CommonMark-style renderers.
Standard Markdown does not define a semantic attribution field or Discord-style >>> mode.
Add quote text to see the rendered result.
Add > and a space at the start of the line. Prefix every line in a multiline quote, and keep > on empty lines between quoted paragraphs.
> Write for the reader who has the problem now.Generate the portable source first, then confirm it in the renderer where the quote will be published.
Paste one line, wrapped text, or several paragraphs. Your wording remains unchanged.
Use a standard quote or up to two nested levels. Add a plain-text attribution only when you need one.
Edit the generated Markdown, inspect the rendered blockquote, then copy the exact source into the final editor.
These patterns cover the quote structures that are useful across CommonMark-style renderers.
> Keep the source simple and portable.Use one marker for a short quotation, excerpt, or note that should be visually separated from the surrounding text.
> First quoted paragraph.
>
> Second quoted paragraph.Keep the marker on the blank line so the second paragraph remains inside the same blockquote.
> Original point
>
>> A reply inside the quoteRepeat the marker for a reply or quotation inside another quote. Deep nesting becomes difficult to follow quickly.
> Clear writing starts with a clear decision.
>
> — Editorial noteThe attribution is ordinary quoted text. Standard Markdown does not turn it into verified citation metadata.
The tool builds readable Markdown source. It does not invent platform-specific behavior or verify who originally said a quotation.
>>> modeBasic > blockquotes belong to Markdown's portable core. GitHub Flavored Markdown keeps that structure, while Discord multiline quotes, GitHub alerts, documentation callouts, and note components use separate dialect rules. The renderer controls borders, colors, spacing, and typography.
Portable syntax, nested quotes, attribution, and renderer differences.
Add > followed by a space at the start of the quoted line. Prefix each line in a multiline quote so the source remains clear and portable.
Start every quoted line with >. To separate quoted paragraphs, include an otherwise blank line that also starts with >.
Use two markers for the next level: >> Nested quote. Add one marker for each deeper level, but keep nesting shallow enough to read.
Yes. A blockquote can contain other Markdown blocks and inline syntax. Extensions still depend on the final renderer, so check the destination before publishing.
Markdown has no standard attribution field. Add an em dash and the author or source as a normal quoted line, or use the destination platform's citation component when semantic metadata matters.
> is the portable Markdown blockquote marker. Some platforms give >>> special behavior, but this generator does not treat that platform-specific syntax as standard Markdown.
The blank line between quoted paragraphs also needs a > marker. Keep that empty quoted line, then begin the next paragraph with > again.