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
21
vendor/plugins/maruku/tests/unittest/code.md
vendored
21
vendor/plugins/maruku/tests/unittest/code.md
vendored
|
@ -50,13 +50,14 @@ end tell
|
|||
</code></pre>
|
||||
|
||||
*** Output of Markdown.pl (parsed) ***
|
||||
<div>
|
||||
<p>
|
||||
Here is an example of AppleScript:
|
||||
</p>
|
||||
<pre>
|
||||
<code>
|
||||
tell application "Foo" beep end tell tab
|
||||
</code>
|
||||
</pre>
|
||||
</div>
|
||||
<div
|
||||
><p>Here is an example of AppleScript:</p
|
||||
><pre
|
||||
><code>tell application "Foo"
|
||||
beep
|
||||
end tell
|
||||
tab
|
||||
</code
|
||||
></pre
|
||||
></div
|
||||
>
|
Loading…
Add table
Add a link
Reference in a new issue