Sha256: 7677812ce54e8a68ada980ac2bb70db355bbf48b669db7450324fa37d12455f2
Contents?: true
Size: 564 Bytes
Versions: 4
Compression:
Stored size: 564 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 *** (not used anymore) *** Output of Markdown.pl (parsed) *** (not used anymore)
Version data entries
4 entries across 4 versions & 3 rubygems