|
@@ -114,7 +114,7 @@ Or, if you prefer, <strong>use two underscores instead</strong>.<
|
|
|
|
|
|
<p>Unordered (bulleted) lists use asterisks, pluses, and hyphens (<code>*</code>,
|
|
|
<code>+</code>, and <code>-</code>) as list markers. These three markers are
|
|
|
-interchangable; this:</p>
|
|
|
+interchangeable; this:</p>
|
|
|
|
|
|
<pre><code>* Candy.
|
|
|
* Gum.
|
|
@@ -275,7 +275,7 @@ it easy to use Markdown to write about HTML example code:</p>
|
|
|
<pre><code>I strongly recommend against using any `<blink>` tags.
|
|
|
|
|
|
I wish SmartyPants used named entities like `&mdash;`
|
|
|
-instead of decimal-encoded entites like `&#8212;`.
|
|
|
+instead of decimal-encoded entities like `&#8212;`.
|
|
|
</code></pre>
|
|
|
|
|
|
<p>Output:</p>
|
|
@@ -285,7 +285,7 @@ instead of decimal-encoded entites like `&#8212;`.
|
|
|
|
|
|
<p>I wish SmartyPants used named entities like
|
|
|
<code>&amp;mdash;</code> instead of decimal-encoded
|
|
|
-entites like <code>&amp;#8212;</code>.</p>
|
|
|
+entities like <code>&amp;#8212;</code>.</p>
|
|
|
</code></pre>
|
|
|
|
|
|
<p>To specify an entire block of pre-formatted code, indent every line of
|