Sync with latest Maruku

Contains Ari Stern's additions for Blahtex support.
This commit is contained in:
Jacques Distler 2008-08-05 13:18:23 -05:00
parent e1c7d035c9
commit 37aff87d71
100 changed files with 715 additions and 2848 deletions

View file

@ -27,12 +27,6 @@ md_el(:document,[
*** Output of Markdown.pl ***
<p>{a}: a
{:b: a}</p>
(not used anymore)
*** Output of Markdown.pl (parsed) ***
<div>
<p>
{a}: a {:b: a}
</p>
</div>
(not used anymore)

View file

@ -35,18 +35,6 @@ Paragraph1Paragraph2
*** Output of Markdown.pl ***
<p>Paragraph1
{:#par1}</p>
<p>{:#par2}
Paragraph2</p>
(not used anymore)
*** Output of Markdown.pl (parsed) ***
<div>
<p>
Paragraph1 {:#par1}
</p>
<p>
{:#par2} Paragraph2
</p>
</div>
(not used anymore)

View file

@ -64,42 +64,6 @@ Header with attributesHeader with attributesHeader no attributesParagraph with a
*** Output of Markdown.pl ***
<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>
(not used anymore)
*** 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>
(not used anymore)

View file

@ -33,18 +33,6 @@ Paragraph
*** Output of Markdown.pl ***
<p>Paragraph
{:a}</p>
<p>{:a: b}
{:b: a}</p>
(not used anymore)
*** Output of Markdown.pl (parsed) ***
<div>
<p>
Paragraph {:a}
</p>
<p>
{:a: b} {:b: a}
</p>
</div>
(not used anymore)

View file

@ -29,17 +29,6 @@ Paragraph2
*** Output of Markdown.pl ***
<p>Paragraph2
{#2}</p>
<p>{paragraph}: .maruku-par</p>
(not used anymore)
*** Output of Markdown.pl (parsed) ***
<div>
<p>
Paragraph2 {#2}
</p>
<p>
{paragraph}: .maruku-par
</p>
</div>
(not used anymore)