Latest Maruku and Tweak for itex2MML 1.3.4
Instiki's LaTeX output also supports \Perp.
This commit is contained in:
parent
5dd0507acc
commit
9b7b6fb805
94 changed files with 2126 additions and 1171 deletions
70
vendor/plugins/maruku/tests/unittest/entities.md
vendored
70
vendor/plugins/maruku/tests/unittest/entities.md
vendored
|
@ -121,27 +121,49 @@ Maruku translates HTML entities to the equivalent in LaTeX:EntityResultabEntity-
|
|||
<p>It should read just like this: <code>&copy;</code>.</p>
|
||||
|
||||
*** Output of Markdown.pl (parsed) ***
|
||||
<div
|
||||
><p>Maruku translates HTML entities to the equivalent in LaTeX:</p
|
||||
><p>Entity | Result
|
||||
------------|----------
|
||||
<code>&copy;</code
|
||||
> | ©
|
||||
<code>&pound;</code
|
||||
> | £
|
||||
<code>a&nbsp;b</code
|
||||
> | a b
|
||||
<code>&lambda;</code
|
||||
> | λ
|
||||
<code>&mdash;</code
|
||||
> | —</p
|
||||
><p>Entity-substitution does not happen in code blocks or inline code.</p
|
||||
><p>The following should not be translated:</p
|
||||
><pre
|
||||
><code>&copy;
|
||||
</code
|
||||
></pre
|
||||
><p>It should read just like this: <code>&copy;</code
|
||||
>.</p
|
||||
></div
|
||||
>
|
||||
<div>
|
||||
<p>
|
||||
Maruku translates HTML entities to the equivalent in LaTeX:
|
||||
</p>
|
||||
<p>
|
||||
Entity | Result ------------|----------
|
||||
<code>
|
||||
&copy;
|
||||
</code>
|
||||
| ©
|
||||
<code>
|
||||
&pound;
|
||||
</code>
|
||||
| £
|
||||
<code>
|
||||
a&nbsp;b
|
||||
</code>
|
||||
| a b
|
||||
<code>
|
||||
&lambda;
|
||||
</code>
|
||||
| λ
|
||||
<code>
|
||||
&mdash;
|
||||
</code>
|
||||
| —
|
||||
</p>
|
||||
<p>
|
||||
Entity-substitution does not happen in code blocks or inline code.
|
||||
</p>
|
||||
<p>
|
||||
The following should not be translated:
|
||||
</p>
|
||||
<pre>
|
||||
<code>
|
||||
&copy;
|
||||
</code>
|
||||
</pre>
|
||||
<p>
|
||||
It should read just like this:
|
||||
<code>
|
||||
&copy;
|
||||
</code>
|
||||
.
|
||||
</p>
|
||||
</div>
|
Loading…
Add table
Add a link
Reference in a new issue