Skip to content

Commit

Permalink
[docs] Wrap main page header text in <code>.
Browse files Browse the repository at this point in the history
  • Loading branch information
lgarron committed Dec 7, 2024
1 parent b1484a1 commit a7423cf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/docs/js.cubing.net/cubing/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
</section>

<section id="twisty">
<h1><a href="./twisty/" class="separate-page">cubing/twisty</a></h1>
<h1><code><a href="./twisty/" class="separate-page">cubing/twisty</a></code></h1>
<p>The main feature of <code>cubing.js</code> is the <code>&lt;twisty-player&gt;</code> element that can be used
on any website:</p>

Expand All @@ -50,7 +50,7 @@ <h1><a href="./twisty/" class="separate-page">cubing/twisty</a></h1>
</section>

<section id="alg">
<h1><a href="./alg/" class="separate-page">cubing/alg</a></h1>
<h1><code><a href="./alg/" class="separate-page">cubing/alg</a></code></h1>
<p>At the core of <code>cubing.js</code> is a powerful <code>Alg</code> class that is compatible with all SiGN and
WCA notation.</p>

Expand All @@ -76,7 +76,7 @@ <h1><a href="./alg/" class="separate-page">cubing/alg</a></h1>
</section>

<section id="scramble">
<h1><a href="./scramble/" class="separate-page">cubing/scramble</a></h1>
<h1><code><a href="./scramble/" class="separate-page">cubing/scramble</a></code></h1>
<p><code>cubing.js</code> makes it easy to generate fair random-state scrambles.</p>

<div class="code-demo">
Expand Down

0 comments on commit a7423cf

Please sign in to comment.