Sha256: ecb8478456bc1cde5e226beecef731493e8cd2d907a83dc51a5d0937e664221e
Contents?: true
Size: 538 Bytes
Versions: 10
Compression:
Stored size: 538 Bytes
Contents
Write a comment about the test here. *** Parameters: *** {} *** Markdown input: *** Linea 1 Linea 2 *** Output of inspect *** md_el(:document,[md_par(["Linea 1"]), md_par(["Linea 2"])],{},[]) *** Output of to_html *** <p>Linea 1</p> <p>Linea 2</p> *** Output of to_latex *** Linea 1 Linea 2 *** Output of to_md *** Linea 1 Linea 2 *** Output of to_s *** Linea 1Linea 2 *** EOF *** OK! *** Output of Markdown.pl *** <p>Linea 1</p> <p>Linea 2</p> *** Output of Markdown.pl (parsed) *** <p>Linea 1</p ><p>Linea 2</p >
Version data entries
10 entries across 10 versions & 1 rubygems