Sha256: b9615344f8bba6ec1bb8dd4cd05f26a9a73dc29ebafd60a71ebd2bf4b0ee1719
Contents?: true
Size: 611 Bytes
Versions: 10
Compression:
Stored size: 611 Bytes
Contents
Paragraphs eat blank lines. The following are two paragraphs: *** Parameters: *** {} *** Markdown input: *** Paragraph1 Paragraph2 *** Output of inspect *** md_el(:document,[md_par(["Paragraph1"]), md_par(["Paragraph2"])],{},[]) *** Output of to_html *** <p>Paragraph1</p> <p>Paragraph2</p> *** Output of to_latex *** Paragraph1 Paragraph2 *** Output of to_md *** Paragraph1 Paragraph2 *** Output of to_s *** Paragraph1Paragraph2 *** EOF *** OK! *** Output of Markdown.pl *** <p>Paragraph1</p> <p>Paragraph2</p> *** Output of Markdown.pl (parsed) *** <p>Paragraph1</p ><p>Paragraph2</p >
Version data entries
10 entries across 10 versions & 1 rubygems