</>MDTooltools

Markdown Blockquotes

Create a blockquote in Markdown by starting the line with a greater-than sign and a space: "> quoted text". Repeat the > on each line, or on blank lines between paragraphs, to continue the quote.

Basic and multi-paragraph quotes

Blockquotes can contain any other Markdown: emphasis, lists, code blocks, even headings.

> Simple quote.

> First paragraph.
>
> Second paragraph with **bold**.

Nested quotes

Stack the markers to nest one quote inside another — useful for quoting email threads.

> Outer quote
>> Nested reply

GitHub alerts

On GitHub, special blockquote openers render as colored callout boxes. These are GitHub-specific and render as regular blockquotes elsewhere.

> [!NOTE]
> Useful information.

> [!WARNING]
> Critical content.

Frequently Asked Questions

How do I end a blockquote in Markdown?

Leave a completely blank line (no > marker). The next non-prefixed paragraph starts outside the quote.

Try it live

Paste this syntax into the free markdown to word converter and see the rendered output instantly — no signup, everything runs in your browser.

Open Markdown to Word Converter

More Markdown syntax: