2008-01-08 00:01:35 -06:00
|
|
|
Write a comment here
|
|
|
|
*** Parameters: ***
|
2009-05-13 01:27:39 -05:00
|
|
|
require 'maruku/ext/math';{:html_math_engine => 'itex2mml' }
|
2008-01-08 00:01:35 -06:00
|
|
|
*** Markdown input: ***
|
|
|
|
<table markdown='1'>
|
|
|
|
$\alpha$
|
|
|
|
<thead>
|
|
|
|
<td>$\beta$</td>
|
|
|
|
</thead>
|
|
|
|
</table>
|
|
|
|
*** Output of inspect ***
|
|
|
|
md_el(:document,[
|
|
|
|
md_html("<table markdown='1'>\n\t$\\alpha$\n\t<thead>\n\t\t<td>$\\beta$</td>\n\t</thead>\n</table>")
|
|
|
|
],{},[])
|
|
|
|
*** Output of to_html ***
|
2009-05-13 01:27:39 -05:00
|
|
|
<table><math class='maruku-mathml' display='inline' xmlns='http://www.w3.org/1998/Math/MathML'><mi>α</mi></math><thead>
|
|
|
|
<td><math class='maruku-mathml' display='inline' xmlns='http://www.w3.org/1998/Math/MathML'><mi>β</mi></math></td>
|
2008-01-08 00:01:35 -06:00
|
|
|
</thead>
|
|
|
|
</table>
|
|
|
|
*** Output of to_latex ***
|
|
|
|
|
|
|
|
*** Output of to_md ***
|
|
|
|
|
|
|
|
*** Output of to_s ***
|
|
|
|
|
|
|
|
*** EOF ***
|
|
|
|
|
|
|
|
|
|
|
|
|
2008-08-05 13:18:23 -05:00
|
|
|
OK!
|
2008-01-08 00:01:35 -06:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
*** Output of Markdown.pl ***
|
2008-08-05 13:18:23 -05:00
|
|
|
(not used anymore)
|
2008-01-08 00:01:35 -06:00
|
|
|
*** Output of Markdown.pl (parsed) ***
|
2008-08-05 13:18:23 -05:00
|
|
|
(not used anymore)
|