From fad85aa40d5d4f0dee8ad2b5c5d19cdb657ac505 Mon Sep 17 00:00:00 2001 From: Marat Tanalin Date: Sun, 1 Mar 2026 19:01:25 +0300 Subject: [PATCH] README: Made line break between quotation and Bjarne's name actually rendered The line break existed in source code and obviously meant to be there, just wasn't rendered because Markdown, like HTML, ignores whitespace (including line breaks) by default. Two spaces at the end of the pre-line-break line allow to indicate an actual line break visible in the rendered Markdown document. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b26629661..96780fa1a 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ [![C++ Core Guidelines](cpp_core_guidelines_logo_text.png)](http://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines) ->"Within C++ is a smaller, simpler, safer language struggling to get out." +>"Within C++ is a smaller, simpler, safer language struggling to get out." >-- Bjarne Stroustrup The [C++ Core Guidelines](CppCoreGuidelines.md) are a collaborative effort led by Bjarne Stroustrup, much like the C++ language itself. They are the result of many