Sha256: ec7b3d40a3e1825d9143796542e49faa4d1083dff0f20bcc681acf23d0be2e28
Contents?: true
Size: 720 Bytes
Versions: 3
Compression:
Stored size: 720 Bytes
Contents
*** Parameters: *** {} *** Markdown input: *** <div markdown="1">Test **bold**</div> <p markdown="1">Test **bold**</p> *** Output of inspect *** md_el(:document,[ md_html("<div markdown=\"1\">Test **bold**</div>"), md_html("<p markdown=\"1\">Test **bold**</p>") ],{},[]) *** Output of to_html *** <div> <p>Test <strong>bold</strong></p> </div><p>Test <strong>bold</strong></p> *** Output of to_latex *** *** Output of to_md *** *** Output of to_s *** *** EOF *** OK! *** Output of Markdown.pl *** <div markdown="1">Test **bold**</div> <p markdown="1">Test **bold**</p> *** 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.7 | tests/unittest/inline_html2.md |
maruku-0.5.8 | tests/unittest/inline_html2.md |
maruku-0.5.9 | tests/unittest/inline_html2.md |