Misc Cleanup

Cleaned up some dependencies, and added a mime_types.yml file for Mongrel-compatibility.
This commit is contained in:
Jacques Distler 2008-01-14 14:46:38 -06:00
parent f101ee9a21
commit 4586614914
89 changed files with 1265 additions and 1812 deletions

View file

@ -121,49 +121,27 @@ Maruku translates HTML entities to the equivalent in LaTeX:EntityResultabEntity-
<p>It should read just like this: <code>&amp;copy;</code>.</p>
*** Output of Markdown.pl (parsed) ***
<div>
<p>
Maruku translates HTML entities to the equivalent in LaTeX:
</p>
<p>
Entity | Result ------------|----------
<code>
&amp;copy;
</code>
| &copy;
<code>
&amp;pound;
</code>
| &pound;
<code>
a&amp;nbsp;b
</code>
| a&nbsp;b
<code>
&amp;lambda;
</code>
| &lambda;
<code>
&amp;mdash;
</code>
| &mdash;
</p>
<p>
Entity-substitution does not happen in code blocks or inline code.
</p>
<p>
The following should not be translated:
</p>
<pre>
<code>
&amp;copy;
</code>
</pre>
<p>
It should read just like this:
<code>
&amp;copy;
</code>
.
</p>
</div>
<div
><p>Maruku translates HTML entities to the equivalent in LaTeX:</p
><p>Entity | Result
------------|----------
<code>&amp;copy;</code
> | &copy;
<code>&amp;pound;</code
> | &pound;
<code>a&amp;nbsp;b</code
> | a&nbsp;b
<code>&amp;lambda;</code
> | &lambda;
<code>&amp;mdash;</code
> | &mdash;</p
><p>Entity-substitution does not happen in code blocks or inline code.</p
><p>The following should not be translated:</p
><pre
><code>&amp;copy;
</code
></pre
><p>It should read just like this: <code>&amp;copy;</code
>.</p
></div
>