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

@ -31,8 +31,8 @@ md_el(:document,[
{:b: a}</p>
*** Output of Markdown.pl (parsed) ***
<div>
<p>
{a}: a {:b: a}
</p>
</div>
<div
><p>{a}: a
{:b: a}</p
></div
>

View file

@ -42,11 +42,10 @@ Paragraph1Paragraph2
Paragraph2</p>
*** Output of Markdown.pl (parsed) ***
<div>
<p>
Paragraph1 {:#par1}
</p>
<p>
{:#par2} Paragraph2
</p>
</div>
<div
><p>Paragraph1
{:#par1}</p
><p>{:#par2}
Paragraph2</p
></div
>

View file

@ -79,27 +79,15 @@ Header with attributesHeader with attributesHeader no attributesParagraph with a
<p>{:hello: .chello}</p>
*** Output of Markdown.pl (parsed) ***
<div>
<h2>
Header with attributes {#header1}
</h2>
<h3>
Header with attributes ### {#header2}
</h3>
<h3>
Header no attributes
</h3>
<p>
{:warn2}Paragraph with a. {#par1}
</p>
<p>
Paragraph with
<em>
emphasis
</em>
{:hello notfound} {#par2}
</p>
<p>
{:hello: .chello}
</p>
</div>
<div
><h2>Header with attributes {#header1} </h2
><h3>Header with attributes ### {#header2}</h3
><h3>Header no attributes</h3
><p>{:warn2}Paragraph with a.
{#par1}</p
><p>Paragraph with <em>emphasis</em
>{:hello notfound}
{#par2}</p
><p>{:hello: .chello}</p
></div
>

View file

@ -40,11 +40,10 @@ Paragraph
{:b: a}</p>
*** Output of Markdown.pl (parsed) ***
<div>
<p>
Paragraph {:a}
</p>
<p>
{:a: b} {:b: a}
</p>
</div>
<div
><p>Paragraph
{:a}</p
><p>{:a: b}
{:b: a}</p
></div
>

View file

@ -35,11 +35,9 @@ Paragraph2
<p>{paragraph}: .maruku-par</p>
*** Output of Markdown.pl (parsed) ***
<div>
<p>
Paragraph2 {#2}
</p>
<p>
{paragraph}: .maruku-par
</p>
</div>
<div
><p>Paragraph2
{#2}</p
><p>{paragraph}: .maruku-par</p
></div
>