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