Sync with latest Maruku
Contains Ari Stern's additions for Blahtex support.
This commit is contained in:
parent
e1c7d035c9
commit
37aff87d71
100 changed files with 715 additions and 2848 deletions
100
vendor/plugins/maruku/tests/unittest/divs/div1.md
vendored
100
vendor/plugins/maruku/tests/unittest/divs/div1.md
vendored
|
@ -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)
|
|
@ -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)
|
|
@ -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)
|
Loading…
Add table
Add a link
Reference in a new issue