Sha256: 74a8e9ce32d7716d6b66f10107cea2d4828efa977814f8f2003cff87b3929f25
Contents?: true
Size: 819 Bytes
Versions: 10
Compression:
Stored size: 819 Bytes
Contents
Write a comment abouth the test here. *** Parameters: *** {} *** Markdown input: *** * * * *** ***** - - - --------------------------------------- *** Output of inspect *** md_el(:document,[ md_el(:hrule,[],{},[]), md_el(:hrule,[],{},[]), md_el(:hrule,[],{},[]), md_el(:hrule,[],{},[]), md_el(:hrule,[],{},[]) ],{},[]) *** Output of to_html *** <hr /><hr /><hr /><hr /><hr /> *** Output of to_latex *** \vspace{.5em} \hrule \vspace{.5em} \vspace{.5em} \hrule \vspace{.5em} \vspace{.5em} \hrule \vspace{.5em} \vspace{.5em} \hrule \vspace{.5em} \vspace{.5em} \hrule \vspace{.5em} *** Output of to_md *** *** Output of to_s *** *** EOF *** OK! *** Output of Markdown.pl *** <hr /> <hr /> <hr /> <hr /> <hr /> *** Output of Markdown.pl (parsed) *** <hr/ ><hr/ ><hr/ ><hr/ ><hr/ >
Version data entries
10 entries across 10 versions & 1 rubygems