2008-01-08 07:01:35 +01:00
|
|
|
Write a comment here
|
|
|
|
*** Parameters: ***
|
2009-05-13 08:27:39 +02:00
|
|
|
require 'maruku/ext/math';{:html_math_engine => 'itex2mml' }
|
2008-01-08 07:01:35 +01: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 08:27:39 +02: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 07:01:35 +01:00
|
|
|
</thead>
|
|
|
|
</table>
|
|
|
|
*** Output of to_latex ***
|
|
|
|
|
|
|
|
*** Output of to_md ***
|
|
|
|
|
|
|
|
*** Output of to_s ***
|
|
|
|
|
|
|
|
*** EOF ***
|
|
|
|
|
|
|
|
|
|
|
|
|
2008-08-05 20:18:23 +02:00
|
|
|
OK!
|
2008-01-08 07:01:35 +01:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
*** Output of Markdown.pl ***
|
2008-08-05 20:18:23 +02:00
|
|
|
(not used anymore)
|
2008-01-08 07:01:35 +01:00
|
|
|
*** Output of Markdown.pl (parsed) ***
|
2008-08-05 20:18:23 +02:00
|
|
|
(not used anymore)
|