Sha256: 32d05eb7bb88582f57c16f5453640a98895da49e7f25f8cbea9b6bd432d4d851
Contents?: true
Size: 461 Bytes
Versions: 6
Compression:
Stored size: 461 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
Version data entries
6 entries across 6 versions & 2 rubygems