Sha256: 5f69080bb8890c6d6ded1746c49aeb02f93d577cf929aedd32682d707984b049
Contents?: true
Size: 1.37 KB
Versions: 3
Compression:
Stored size: 1.37 KB
Contents
Write a comment here *** Parameters: *** {} # params *** Markdown input: *** <div class="frame"> <a class="photo" href="http://www.flickr.com/photos/censi/88561568/" ><img moz-do-not-send="true" src="http://static.flickr.com/28/88561568_ab84d28245_m.jpg" width="240" height="180" alt="Aperitif" /></a> </div> *** Output of inspect *** md_el(:document,[ md_html(" <div class=\"frame\">\n <a class=\"photo\" href=\"http://www.flickr.com/photos/censi/88561568/\" ><img moz-do-not-send=\"true\" src=\"http://static.flickr.com/28/88561568_ab84d28245_m.jpg\" width=\"240\" height=\"180\" alt=\"Aperitif\" /></a>\n </div>") ],{},[]) *** Output of to_html *** <div class='frame'> <a href='http://www.flickr.com/photos/censi/88561568/' class='photo'><img src='http://static.flickr.com/28/88561568_ab84d28245_m.jpg' height='180' moz-do-not-send='true' alt='Aperitif' width='240' /></a> </div> *** Output of to_latex *** *** Output of to_md *** *** Output of to_s *** *** EOF *** OK! *** Output of Markdown.pl *** <p><div class="frame"> <a class="photo" href="http://www.flickr.com/photos/censi/88561568/" ><img moz-do-not-send="true" src="http://static.flickr.com/28/88561568_ab84d28245_m.jpg" width="240" height="180" alt="Aperitif" /></a> </div></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/html5.md |
maruku-0.5.8 | tests/unittest/html5.md |
maruku-0.5.9 | tests/unittest/html5.md |