mirror of
https://github.com/susam/spcss.git
synced 2025-09-02 18:32:45 +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>
|
||||
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><kbd></code> element
|
||||
nested within a <code><pre></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><kbd></code> element nested within
|
||||
a <code><pre></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><pre>
|
||||
|
Reference in New Issue
Block a user