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

@ -74,7 +74,7 @@ Hello: ! ! ` { } [ ] ( ) # . ! * * *Ora, emphasis, bold, * <- due asterischi-> *
*** Output of Markdown.pl ***
<p>Hello: ! ! ` { } <math xmlns='http://www.w3.org/1998/Math/MathML' display='block'><merror><mtext></mtext></merror></math> ( ) # . ! * * *</p>
<p>Hello: ! ! ` { } [ ] ( ) # . ! * * *</p>
<p>Ora, <em>emphasis</em>, <strong>bold</strong>, * &lt;- due asterischi-> * , un underscore-> _ , <em>emphasis</em>,
incre<em>dible</em>e!</p>
@ -86,52 +86,20 @@ Hello: ! ! ` { } [ ] ( ) # . ! * * *Ora, emphasis, bold, * <- due asterischi-> *
<p>End of <code>paragraph</code></p>
*** Output of Markdown.pl (parsed) ***
<div>
<p>
Hello: ! ! ` { }
<math display='block' xmlns='http://www.w3.org/1998/Math/MathML'>
<merror>
<mtext/>
</merror>
</math>
( ) # . ! * * *
</p>
<p>
Ora,
<em>
emphasis
</em>
,
<strong>
bold
</strong>
, * &lt;- due asterischi-> * , un underscore-> _ ,
<em>
emphasis
</em>
, incre
<em>
dible
</em>
e!
</p>
<p>
This is
<code>
Code with a special: -&gt; ` &lt;-
</code>
(after)
</p>
<p>
<code>
Start
</code>
of paragraph
</p>
<p>
End of
<code>
paragraph
</code>
</p>
</div>
<div
><p>Hello: ! ! ` { } [ ] ( ) # . ! * * *</p
><p>Ora, <em>emphasis</em
>, <strong>bold</strong
>, * &lt;- due asterischi-> * , un underscore-> _ , <em>emphasis</em
>,
incre<em>dible</em
>e!</p
><p>This is <code>Code with a special: -&gt; ` &lt;-</code
>(after)</p
><p
><code>Start</code
> of paragraph</p
><p>End of <code>paragraph</code
></p
></div
>