Sha256: 529aab521c549560fdf4dd7a78e32a5095e3b676af1d286462f8e1f0689b17eb
Contents?: true
Size: 745 Bytes
Versions: 5
Compression:
Stored size: 745 Bytes
Contents
Write a comment here *** Parameters: *** require 'maruku/ext/math';{:html_math_engine => 'blahtex' } *** Markdown input: *** <table markdown='1'> $\alpha$ <thead> <td markdown='1'>$\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 markdown='1'>$\\beta$</td>\n\t</thead>\n</table>") ],{},[]) *** Output of to_html *** <table><math xmlns="http://www.w3.org/1998/Math/MathML" display="inline" class="maruku-mathml"><mi>α</mi></math><thead> <td><math xmlns="http://www.w3.org/1998/Math/MathML" display="inline" class="maruku-mathml"><mi>β</mi></math></td> </thead> </table> *** Output of to_latex *** *** Output of to_md *** *** Output of to_s ***
Version data entries
5 entries across 5 versions & 1 rubygems