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
75
vendor/plugins/maruku/tests/unittest/ie.md
vendored
75
vendor/plugins/maruku/tests/unittest/ie.md
vendored
|
@ -79,31 +79,50 @@ md_el(:document,[
|
|||
<p>{:html<em>use</em>syntax=true lang=xml}</p>
|
||||
|
||||
*** Output of Markdown.pl (parsed) ***
|
||||
<div
|
||||
><p
|
||||
><code><p>here's an apostrophe & a quote "</p></code
|
||||
></p
|
||||
><pre
|
||||
><code><p>here's an apostrophe & a quote "</p>
|
||||
</code
|
||||
></pre
|
||||
><p>{:}</p
|
||||
><pre
|
||||
><code><p>here's an apostrophe & a quote "</p>
|
||||
</code
|
||||
></pre
|
||||
><p>{:lang=xml}</p
|
||||
><pre
|
||||
><code><p>here's an apostrophe & a quote "</p>
|
||||
</code
|
||||
></pre
|
||||
><p>{:html<em>use</em
|
||||
>syntax=true lang=not_supported}</p
|
||||
><pre
|
||||
><code><p>here's an apostrophe & a quote "</p>
|
||||
</code
|
||||
></pre
|
||||
><p>{:html<em>use</em
|
||||
>syntax=true lang=xml}</p
|
||||
></div
|
||||
>
|
||||
<div>
|
||||
<p>
|
||||
<code>
|
||||
<p>here's an apostrophe & a quote "</p>
|
||||
</code>
|
||||
</p>
|
||||
<pre>
|
||||
<code>
|
||||
<p>here's an apostrophe & a quote "</p>
|
||||
</code>
|
||||
</pre>
|
||||
<p>
|
||||
{:}
|
||||
</p>
|
||||
<pre>
|
||||
<code>
|
||||
<p>here's an apostrophe & a quote "</p>
|
||||
</code>
|
||||
</pre>
|
||||
<p>
|
||||
{:lang=xml}
|
||||
</p>
|
||||
<pre>
|
||||
<code>
|
||||
<p>here's an apostrophe & a quote "</p>
|
||||
</code>
|
||||
</pre>
|
||||
<p>
|
||||
{:html
|
||||
<em>
|
||||
use
|
||||
</em>
|
||||
syntax=true lang=not_supported}
|
||||
</p>
|
||||
<pre>
|
||||
<code>
|
||||
<p>here's an apostrophe & a quote "</p>
|
||||
</code>
|
||||
</pre>
|
||||
<p>
|
||||
{:html
|
||||
<em>
|
||||
use
|
||||
</em>
|
||||
syntax=true lang=xml}
|
||||
</p>
|
||||
</div>
|
Loading…
Add table
Add a link
Reference in a new issue