Sha256: d0d8e0fe83a80f40c12b469733c42da2686d6187e4af9d3166b499fa701e5765
Contents?: true
Size: 1.11 KB
Versions: 3
Compression:
Stored size: 1.11 KB
Contents
I'm not sure if this should work at all... *** Parameters: *** {} # params *** Markdown input: *** Ciao * Tab * Tab * Tab *** Output of inspect *** nil *** Output of to_html *** <p>Ciao</p> <ul> <li>Tab * Tab * Tab</li> </ul> *** Output of to_latex *** Ciao \begin{itemize}% \item Tab * Tab * Tab \end{itemize} *** Output of to_md *** Ciao -ab * Tab * Tab *** Output of to_s *** CiaoTab * Tab * Tab *** EOF *** Failed tests: [:inspect] *** Output of inspect *** -----| WARNING | ----- md_el(:document,[ md_par(["Ciao"]), md_el(:ul,[md_el(:li_span,["Tab * Tab * Tab"],{:want_my_paragraph=>false},[])],{},[]) ],{},[]) *** Output of to_html *** <p>Ciao</p> <ul> <li>Tab * Tab * Tab</li> </ul> *** Output of to_latex *** Ciao \begin{itemize}% \item Tab * Tab * Tab \end{itemize} *** Output of to_md *** Ciao -ab * Tab * Tab *** Output of to_s *** CiaoTab * Tab * Tab *** Output of Markdown.pl *** <p>Ciao</p> <ul> <li>Tab <ul> <li>Tab <ul> <li>Tab</li> </ul></li> </ul></li> </ul> *** 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/lists7.md |
maruku-0.5.8 | tests/unittest/lists7.md |
maruku-0.5.9 | tests/unittest/lists7.md |