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

Version Path
bai-maruku-0.5.9 tests/unittest/underscore_in_words.md
maruku-0.6.1 tests/unittest/underscore_in_words.md
vanity-1.7.1 vendor/ruby/1.9.1/gems/maruku-0.6.0/tests/unittest/underscore_in_words.md
maruku-0.6.0 tests/unittest/underscore_in_words.md