Sha256: 4f0b831b2c4a59d27e4e45b0c111fd7b72d6723d3e435d27a732f5312820f770
Contents?: true
Size: 884 Bytes
Versions: 3
Compression:
Stored size: 884 Bytes
Contents
Write a comment here *** Parameters: *** {} *** 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 *** <table><span class='maruku-inline'><code class='maruku-mathml'>\alpha</code></span><thead> <td><span class='maruku-inline'><code class='maruku-mathml'>\beta</code></span></td> </thead> </table> *** Output of to_latex *** *** Output of to_md *** *** Output of to_s *** *** EOF *** OK! *** Output of Markdown.pl *** <table markdown='1'> $\alpha$ <thead> <td>$\beta$</td> </thead> </table> *** Output of Markdown.pl (parsed) *** Error: #<NoMethodError: private method `write_children' called for <div> ... </>:REXML::Element>
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
maruku-0.5.8 | tests/unittest/math/table.md |
maruku-0.5.7 | tests/unittest/math/table.md |
maruku-0.5.9 | tests/unittest/math/table.md |