Misc Cleanup

Cleaned up some dependencies, and added a mime_types.yml file for Mongrel-compatibility.
This commit is contained in:
Jacques Distler 2008-01-14 14:46:38 -06:00
parent f101ee9a21
commit 4586614914
89 changed files with 1265 additions and 1812 deletions

View file

@ -123,30 +123,21 @@ This is second sentence (same paragraph).</p>
<p>This is not a footnote.</p>
*** Output of Markdown.pl (parsed) ***
<div>
<p>
That's some text with a footnote [^b] and another [^c] and another [^a].
</p>
<p>
[^a]: And that's the footnote.
</p>
<pre>
<code>
That's the second paragraph of the footnote.
</code>
</pre>
<p>
[^b]: And that's the footnote. This is second sentence (same paragraph).
</p>
<p>
[^c]: This is the very long one.
</p>
<pre>
<code>
That's the second paragraph.
</code>
</pre>
<p>
This is not a footnote.
</p>
</div>
<div
><p>That's some text with a footnote [^b] and another [^c] and another [^a].</p
><p>[^a]: And that's the footnote.</p
><pre
><code>That's the second paragraph of the footnote.
</code
></pre
><p>[^b]: And that's the footnote.
This is second sentence (same paragraph).</p
><p>[^c]:
This is the very long one.</p
><pre
><code>That's the second paragraph.
</code
></pre
><p>This is not a footnote.</p
></div
>