We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2b9267 commit 48beb1cCopy full SHA for 48beb1c
pages/source/_examples.xnode
@@ -11,6 +11,8 @@ if examples&.any? ?>
11
<details closed>
12
<?r if title = example.title ?>
13
<summary><h4>Example: #{title}</h4></summary>
14
+ <?r else ?>
15
+ <summary><h4>Example.</h4></summary>
16
<?r end ?>
17
<pre><code class="language-#{symbol.language.name}">#{example.code}</code></pre>
18
</details>
0 commit comments