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
|
@ -164,92 +164,6 @@ Paragraph, list with no space: * ciaoParagraph, list with 1 space: * ciaoParagra
|
|||
|
||||
|
||||
*** Output of Markdown.pl ***
|
||||
<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>
|
||||
|
||||
(not used anymore)
|
||||
*** 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>
|
||||
(not used anymore)
|
Loading…
Add table
Add a link
Reference in a new issue