Sha256: 8a5eb0047c05be088388f9dc2d562cb128a9deea7146e3d9dbcc8078a8dfdd39

Contents?: true

Size: 523 Bytes

Versions: 3

Compression:

Stored size: 523 Bytes

Contents

Write a comment abouth the test here.
*** Parameters: ***
{}
*** Markdown input: ***
Paragraph

*** Output of inspect ***
md_el(:document,[md_par(["Paragraph"])],{},[])
*** Output of to_html ***
<p>Paragraph</p>
*** Output of to_latex ***
Paragraph
*** Output of to_md ***
Paragraph
*** Output of to_s ***
Paragraph
*** EOF ***



	OK!



*** Output of Markdown.pl ***
<p>Paragraph</p>

*** 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.9 tests/unittest/paragraph.md
maruku-0.5.7 tests/unittest/paragraph.md
maruku-0.5.8 tests/unittest/paragraph.md