5 <p class=
"sidebar-about">This site is copy of the C++ Core Guidelines rendered for easier browsing. As the text on this page is integrated manually
6 you should refer to the
<a href=
"https://github.com/isocpp/CppCoreGuidelines">C++ Core Guidelines repo
</a> for the most up-to-date version.
10 <div id=
"header_wrap" class=
"outer">
11 <header class=
"inner">
13 <section id="downloads">
14 <a class="zip_download_link" href="https://github.com/tkruse/CppCoreGuidelines/zipball/master">Download this project as a .zip file</a>
15 <a class="tar_download_link" href="https://github.com/tkruse/CppCoreGuidelines/tarball/master">Download this project as a tar.gz file</a>
21 {% capture readme %}{% include_relative README.md %}{% endcapture %}
22 {{ readme | markdownify }}