Move syntax-theme explainer to typography
All checks were successful
/ build (push) Successful in 11s

This commit is contained in:
lilith 2025-03-04 22:45:31 +01:00
commit 10748e679b
Signed by: lilith
SSH key fingerprint: SHA256:7kmBUkMCVUCN9z9MyGuBan8hifDCBaiG1RonGxdCB3A
2 changed files with 38 additions and 11 deletions

View file

@ -182,18 +182,9 @@
<section>
<h2>Preformatted Text</h2>
<p>
This example uses manual syntax highlighting using the following CSS
classes:
This example uses manual syntax highlighting using the predefined
CSS classes mentioned in the typography:
</p>
<ul>
<li><code>neutral</code></li>
<li><code>identifier</code></li>
<li><code>number</code></li>
<li><code>string</code></li>
<li><code>comment</code></li>
<li><code>keyword</code></li>
<li><code>function</code></li>
</ul>
<pre
aria-labelledby="code-positives-description"
><code><span class="keyword">#include</span> <span class="string">&lt;stdlib.h&gt;</span>