Skip to content
Markdown

Blockquotes

Single, multi-line, and nested quotes.

By EZ4Code Team
blockquotequote

Code

> Single line quote.

> Multi-line quote
> continues here.
>
> New paragraph in quote.

>> Nested quote deeper.

Explanation

Blockquotes are prefixed with > and can span multiple lines by repeating the marker on each line. A blank > line starts a new paragraph inside the quote. Nesting is achieved by stacking additional > characters for each level.

More Markdown Snippets