Blockquotes in Markdown
Basic syntax
Section titled “Basic syntax”Start the line with a greater-than sign and a space. Everything after it becomes a quote.
> Good docs make good AI.Good docs make good AI.
Paragraphs inside a quote
Section titled “Paragraphs inside a quote”Put a > on every line. To keep a blank line between paragraphs, add a > on the empty line too.
> First paragraph.>> Second paragraph.Nested quotes
Section titled “Nested quotes”Add another > to quote inside a quote — handy for replies to replies.
> Original message>> A reply to it