Fix typo in the Code Block section

This commit is contained in:
Susam Pal
2020-12-10 12:14:02 +05:30
parent c66959997a
commit 392ad6ecca

View File

@@ -11,9 +11,11 @@
<p>
SPCSS is a simple and minimal stylesheet for simple text-based
websites. To learn more about it and how to use it, visit <a
href="https://github.com/susam/spcss">github.com/susam/spcss</a>. This
page demonstrates how some common HTML elements are styled with this
stylesheet.
href="https://github.com/susam/spcss">github.com/susam/spcss</a>.
</p>
<p>
This page demonstrates how some common HTML elements are styled with
this stylesheet.
</p>
<h2 id="code-block">Code Block<a href="#code-block"></a></h2>
<p>
@@ -39,10 +41,10 @@ hello, world</samp>
</pre>
<p>
The command displayed in green above denotes keyboard input entered by
a user. SPCSS considers any text in <code>&lt;kbd&gt;</code> element
nested within a <code>&lt;pre&gt;</code> element is considered to be
keyboard input and highlighted in green by SPCSS. For example, the
above code example was created with the following HTML code:
a user. SPCSS shows any <code>&lt;kbd&gt;</code> element nested within
a <code>&lt;pre&gt;</code> in green in order to highlight keyboard
input. For example, the above code example was created with the
following HTML code:
</p>
<pre>
<code>&lt;pre&gt;