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

@ -152,102 +152,6 @@ texttexttexttexttexttexttexttexttexttexttexttext
*** Output of Markdown.pl ***
<p>+---------
| text
+----------</p>
<p>+---------
|text</p>
<p>+--
text</p>
<p>=--</p>
<p>+---------
| text
+----------</p>
<p>+---------
|text</p>
<p>+--
text</p>
<p>=--</p>
<p>+---------
| text
+----------</p>
<p>+---------
|text</p>
<p>+--
text</p>
<p>=--</p>
<p>+---------
| text
+----------</p>
<p>+---------
|text</p>
<p>+--
text</p>
<p>=--</p>
(not used anymore)
*** Output of Markdown.pl (parsed) ***
<div>
<p>
+--------- | text +----------
</p>
<p>
+--------- |text
</p>
<p>
+-- text
</p>
<p>
=--
</p>
<p>
+--------- | text +----------
</p>
<p>
+--------- |text
</p>
<p>
+-- text
</p>
<p>
=--
</p>
<p>
+--------- | text +----------
</p>
<p>
+--------- |text
</p>
<p>
+-- text
</p>
<p>
=--
</p>
<p>
+--------- | text +----------
</p>
<p>
+--------- |text
</p>
<p>
+-- text
</p>
<p>
=--
</p>
</div>
(not used anymore)

View file

@ -26,13 +26,6 @@ ciao
*** Output of Markdown.pl ***
<p>+--
ciao
=--</p>
(not used anymore)
*** Output of Markdown.pl (parsed) ***
<div>
<p>
+-- ciao =--
</p>
</div>
(not used anymore)

View file

@ -48,23 +48,6 @@ this is the last warning!please, go away!or else terrible things will happen
*** Output of Markdown.pl ***
<p>+-----------------------------------{.warning}------
| this is the last warning!
|
| please, go away!
|
| +------------------------------------- {.menace} --
| | or else terrible things will happen
| +--------------------------------------------------
+---------------------------------------------------</p>
(not used anymore)
*** Output of Markdown.pl (parsed) ***
<div>
<p>
+-----------------------------------{.warning}------ | this is the last
warning! | | please, go away! | | +-------------------------------------
{.menace} -- | | or else terrible things will happen |
+--------------------------------------------------
+---------------------------------------------------
</p>
</div>
(not used anymore)