mirror of
https://github.com/susam/spcss.git
synced 2025-09-03 02:42:40 +02:00
Fix typo in the Code Block section
This commit is contained in:
16
index.html
16
index.html
@@ -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><kbd></code> element
|
a user. SPCSS shows any <code><kbd></code> element nested within
|
||||||
nested within a <code><pre></code> element is considered to be
|
a <code><pre></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><pre>
|
<code><pre>
|
||||||
|
Reference in New Issue
Block a user