Sha256: 08b62dbf237d1a89861e35a6327689d2048e2a1dd9f1e7c6607cf36035cbc321
Contents?: true
Size: 767 Bytes
Versions: 3
Compression:
Stored size: 767 Bytes
Contents
This shows how Maruku recovers from parsing errors *** Parameters: *** {:on_error=>:warning} *** Markdown input: *** Search on [Google images][ GoOgle search ] *** Output of inspect *** md_el(:document,[md_par(["Search on Google imagesGoOgle search ]"])],{},[]) *** Output of to_html *** <p>Search on Google imagesGoOgle search ]</p> *** Output of to_latex *** Search on Google imagesGoOgle search ] *** Output of to_md *** Search on Google imagesGoOgle search ] *** Output of to_s *** Search on Google imagesGoOgle search ] *** EOF *** OK! *** Output of Markdown.pl *** <p>Search on [Google images][ GoOgle search ]</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/recover/recover_links.md |
maruku-0.5.8 | tests/unittest/recover/recover_links.md |
maruku-0.5.9 | tests/unittest/recover/recover_links.md |