FIX: Broken MDTest + Fix for removing leading spaces in a code block

This commit is contained in:
Robin Ward
2014-02-11 17:27:01 -05:00
parent 7a85e06119
commit 3d62df51a6
2 changed files with 17 additions and 4 deletions

View File

@ -524,7 +524,7 @@ easy to include example HTML source code using Markdown -- just paste
it and indent it, and Markdown will handle the hassle of encoding the
ampersands and angle brackets. For example, this:</p>
<pre><code>&lt;div class=&quot;footer&quot;&gt;
<pre><code> &lt;div class=&quot;footer&quot;&gt;
&amp;copy; 2004 Foo Corporation
&lt;/div&gt;
</code></pre>