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

@ -33,15 +33,12 @@ md_el(:document,[md_par([md_code("\\\\")]), md_par([md_code("\\")])],{},[])
<p><code>\</code></p>
*** Output of Markdown.pl (parsed) ***
<div>
<p>
<code>
\\
</code>
</p>
<p>
<code>
\
</code>
</p>
</div>
<div
><p
><code>\\</code
></p
><p
><code>\</code
></p
></div
>

View file

@ -78,23 +78,12 @@ ParagraphheaderParagraphheaderParagraphheader
<h1>header</h1>
*** Output of Markdown.pl (parsed) ***
<div>
<p>
Paragraph
</p>
<h3>
header
</h3>
<p>
Paragraph
</p>
<h2>
header
</h2>
<p>
Paragraph
</p>
<h1>
header
</h1>
</div>
<div
><p>Paragraph</p
><h3>header</h3
><p>Paragraph</p
><h2>header</h2
><p>Paragraph</p
><h1>header</h1
></div
>

View file

@ -28,10 +28,9 @@ md_el(:document,[md_par([md_code("There is a literal backtick (`) here.")])],{},
<p><code>There is a literal backtick (`) here.</code></p>
*** Output of Markdown.pl (parsed) ***
<div>
<p>
<code>
There is a literal backtick (`) here.
</code>
</p>
</div>
<div
><p
><code>There is a literal backtick (`) here.</code
></p
></div
>

View file

@ -203,53 +203,33 @@ Paragraph, list with no space: * ciaoParagraph, list with 1 space: * ciaoParagra
<h2>header</h2>
*** Output of Markdown.pl (parsed) ***
<div>
<p>
Paragraph, list with no space: * ciao
</p>
<p>
Paragraph, list with 1 space: * ciao
</p>
<p>
Paragraph, list with 3 space: * ciao
</p>
<p>
Paragraph, list with 4 spaces: * ciao
</p>
<p>
Paragraph, list with 1 tab: * ciao
</p>
<p>
Paragraph (1 space after), list with no space: * ciao
</p>
<p>
Paragraph (2 spaces after), list with no space:
<br/>
* ciao
</p>
<p>
Paragraph (3 spaces after), list with no space:
<br/>
* ciao
</p>
<p>
Paragraph with block quote:
</p>
<blockquote>
<p>
Quoted
</p>
</blockquote>
<p>
Paragraph with header:
</p>
<h3>
header
</h3>
<p>
Paragraph with header on two lines:
</p>
<h2>
header
</h2>
</div>
<div
><p>Paragraph, list with no space:
* ciao</p
><p>Paragraph, list with 1 space:
* ciao</p
><p>Paragraph, list with 3 space:
* ciao</p
><p>Paragraph, list with 4 spaces:
* ciao</p
><p>Paragraph, list with 1 tab:
* ciao</p
><p>Paragraph (1 space after), list with no space:
* ciao</p
><p>Paragraph (2 spaces after), list with no space: <br
/>
* ciao</p
><p>Paragraph (3 spaces after), list with no space: <br
/>
* ciao</p
><p>Paragraph with block quote:</p
><blockquote>
<p>Quoted</p
>
</blockquote
><p>Paragraph with header:</p
><h3>header</h3
><p>Paragraph with header on two lines:</p
><h2>header</h2
></div
>