Back to cheat sheet

Blockquote

Start a line with > to create a quote block. Stack > marks for nested quotes.

Markdown
> This is a quote.
>
> — Author
Preview

This is a quote.

— Author

HTML output
<blockquote>
<p>This is a quote.</p>
<p>— Author</p>
</blockquote>

Tip — You can use other formatting like bold and lists inside a quote.

Open in converter