Sha256: 3849d3f04ca428deace867154556aca40cd3f2a68a92be98d62cfd4121a063ab
Contents?: true
Size: 613 Bytes
Versions: 1
Compression:
Stored size: 613 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
maruku-0.4.0 | tests/unittest/paragraph_rules/tab_is_blank.md |