Misc Cleanup
Cleaned up some dependencies, and added a mime_types.yml file for Mongrel-compatibility.
This commit is contained in:
parent
f101ee9a21
commit
4586614914
89 changed files with 1265 additions and 1812 deletions
29
vendor/plugins/maruku/tests/unittest/headers.md
vendored
29
vendor/plugins/maruku/tests/unittest/headers.md
vendored
|
@ -51,23 +51,12 @@ A title with emphasisA title with emphasisA title with emphasis
|
|||
<h4>A title with <em>emphasis</em></h4>
|
||||
|
||||
*** Output of Markdown.pl (parsed) ***
|
||||
<div>
|
||||
<h1>
|
||||
A title with
|
||||
<em>
|
||||
emphasis
|
||||
</em>
|
||||
</h1>
|
||||
<h2>
|
||||
A title with
|
||||
<em>
|
||||
emphasis
|
||||
</em>
|
||||
</h2>
|
||||
<h4>
|
||||
A title with
|
||||
<em>
|
||||
emphasis
|
||||
</em>
|
||||
</h4>
|
||||
</div>
|
||||
<div
|
||||
><h1>A title with <em>emphasis</em
|
||||
></h1
|
||||
><h2>A title with <em>emphasis</em
|
||||
></h2
|
||||
><h4>A title with <em>emphasis</em
|
||||
></h4
|
||||
></div
|
||||
>
|
Loading…
Add table
Add a link
Reference in a new issue