My pattern library

8.1 #External.godbolt-logo-in-code-examples Compiler Explorer icon in code examples linked to it

Toggle example guides Toggle HTML markup

Adds a Compiler Explorer icon in the top right of these code snippets from which I link to Compiler Explorer.

Example
struct A {
  int x;
  int f();
};
Markup
<script src="../highlight/highlight.min.js"></script>
<script>hljs.highlightAll();</script>
<a href="https://godbolt.org/" target="_blank">
  <pre><code class="language-cpp">struct A {
  int x;
  int f();
};</code></pre>
</a>
Source: css/modules/code.css, line 5