diff --git a/assets/images/help/writing/quoted-text-rendered.png b/assets/images/help/writing/quoted-text-rendered.png index 2dacacfea4..18ca873f83 100644 Binary files a/assets/images/help/writing/quoted-text-rendered.png and b/assets/images/help/writing/quoted-text-rendered.png differ diff --git a/content/github/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax.md b/content/github/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax.md index ad860c2c4e..5dbcd0acfb 100644 --- a/content/github/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax.md +++ b/content/github/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax.md @@ -39,9 +39,9 @@ You can indicate emphasis with bold, italic, or strikethrough text in comment fi You can quote text with a `>`. ```markdown -In the words of Abraham Lincoln: +Text that is not a quote -> Pardon my French +> Text that is a quote ``` ![Rendered quoted text](/assets/images/help/writing/quoted-text-rendered.png)