Sha256: be2c08623dcf278e0fae78e2e2fec5640abe0ea2477be2c1bc6dcaeb06f02301
Contents?: true
Size: 590 Bytes
Versions: 4
Compression:
Stored size: 590 Bytes
Contents
Note that Markdown.pl gives incorrect result here. *** Parameters: *** {} # params *** Markdown input: *** Ok, this_was a_really_old bug *** Output of inspect *** md_el(:document,[md_par(["Ok, this_was a_really_old bug"])],{},[]) *** Output of to_html *** <p>Ok, this_was a_really_old bug</p> *** Output of to_latex *** Ok, this\_was a\_really\_old bug *** Output of to_md *** Ok, this_was a_really_old bug *** Output of to_s *** Ok, this_was a_really_old bug *** 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