Sha256: 273dfd4bf6e8f63d77c1e3a1925a9b83a1101e381909ffa76a29620899476a4d
Contents?: true
Size: 726 Bytes
Versions: 3
Compression:
Stored size: 726 Bytes
Contents
Write a comment here *** Parameters: *** {} *** Markdown input: *** <table markdown='1'> Blah <thead> <td>*em*</td> </thead> </table> *** Output of inspect *** md_el(:document,[ md_html("<table markdown='1'>\n\tBlah\n\t<thead>\n\t\t<td>*em*</td>\n\t</thead>\n</table>") ],{},[]) *** Output of to_html *** <table>Blah<thead> <td><em>em</em></td> </thead> </table> *** Output of to_latex *** *** Output of to_md *** *** Output of to_s *** *** EOF *** OK! *** Output of Markdown.pl *** <table markdown='1'> Blah <thead> <td>*em*</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.9 | tests/unittest/xml3.md |
maruku-0.5.7 | tests/unittest/xml3.md |
maruku-0.5.8 | tests/unittest/xml3.md |