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.