From ac5fedeff89fd10d796b3962201130d2fdd6e862 Mon Sep 17 00:00:00 2001 From: Dom <3+dom@noreply.103.30.40.54> Date: Tue, 26 May 2026 08:23:23 +0000 Subject: [PATCH] Update Blockquote.md --- Blockquote.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Blockquote.md b/Blockquote.md index c4a024a..d7b33c4 100644 --- a/Blockquote.md +++ b/Blockquote.md @@ -6,7 +6,7 @@ You only need to use `>` on the first line, and the rest of the content will be > I love Spurs > I bet they're going to win the championship. ``` -> I love Spurs +> I love Spurs > I bet they're going to win the championship. ## Nested Blockquotes Blockquotes support nesting. Use one `>` for the outermost layer, two `>` for the first nested layer, and so on.