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

Version Path
maruku-0.7.3 spec/block_docs/underscore_in_words.md
maruku-0.7.2 spec/block_docs/underscore_in_words.md
maruku-0.7.1 spec/block_docs/underscore_in_words.md
maruku-0.7.0 spec/block_docs/underscore_in_words.md
maruku-0.7.0.beta1 spec/block_docs/underscore_in_words.md
patcito-maruku-0.6.0 spec/block_docs/underscore_in_words.md