Skip to content

Commit 1731b46

Browse files
README: Made line break between quotation and Bjarne's name actually rendered (isocpp#2318)
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.
1 parent 8d9c411 commit 1731b46

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[![C++ Core Guidelines](cpp_core_guidelines_logo_text.png)](http://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines)
22

3-
>"Within C++ is a smaller, simpler, safer language struggling to get out."
3+
>"Within C++ is a smaller, simpler, safer language struggling to get out."
44
>-- <cite>Bjarne Stroustrup</cite>
55
66
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

0 commit comments

Comments
 (0)