🟡 Markdown Blockquotes

Blockquotes are a great way to highlight quotes or important notes in your Markdown docs.

📚 Markdown Syntax

> This is a blockquote.

> You can also
> split it across multiple lines.

>> Nested blockquote.
  

🖥️ Try it Yourself

Preview will appear here...
💡 Tip: Use > for each new blockquote line. Double it >> for nested quotes!