tests/unittest/math/inline.md in maruku-0.5.9 vs tests/unittest/math/inline.md in maruku-0.6.0
- old
+ new
@@ -20,13 +20,13 @@
],{},[])
*** Output of to_html ***
<p>Here are some formulas:</p>
<ul>
-<li><span class='maruku-inline'><code class='maruku-mathml'>\alpha</code></span></li>
+<li><code class='maruku-mathml'>\alpha</code></li>
-<li><span class='maruku-inline'><code class='maruku-mathml'>x^{n}+y^{n} \neq z^{n}</code></span></li>
+<li><code class='maruku-mathml'>x^{n}+y^{n} \neq z^{n}</code></li>
</ul>
<p>That’s it, nothing else is supported.</p>
*** Output of to_latex ***
Here are some formulas:
@@ -51,16 +51,8 @@
OK!
*** Output of Markdown.pl ***
-<p>Here are some formulas:</p>
-
-<ul>
-<li>$\alpha$</li>
-<li>$x^{n}+y^{n} \neq z^{n}$</li>
-</ul>
-
-<p>That's it, nothing else is supported.</p>
-
+(not used anymore)
*** Output of Markdown.pl (parsed) ***
-Error: #<NoMethodError: private method `write_children' called for <div> ... </>:REXML::Element>
+(not used anymore)
\ No newline at end of file