Sha256: ab3155767973f36f6f587d597bd57a2fb8e9c697fe89014b93f3f5c5854533ef
Contents?: true
Size: 942 Bytes
Versions: 3
Compression:
Stored size: 942 Bytes
Contents
Write a comment abouth the test here. *** Parameters: *** {} *** Markdown input: *** ``There is a literal backtick (`) here.`` *** Output of inspect *** md_el(:document,[md_par([md_code("There is a literal backtick (`) here.")])],{},[]) *** Output of to_html *** <p><code>There is a literal backtick (`) here.</code></p> *** Output of to_latex *** \colorbox[rgb]{1.00,0.93,1.00}{\tt \char84\char104\char101\char114\char101\char32\char105\char115\char32\char97\char32\char108\char105\char116\char101\char114\char97\char108\char32\char98\char97\char99\char107\char116\char105\char99\char107\char32\char40\char96\char41\char32\char104\char101\char114\char101\char46} *** Output of to_md *** *** Output of to_s *** *** EOF *** OK! *** Output of Markdown.pl *** <p><code>There is a literal backtick (`) here.</code></p> *** Output of Markdown.pl (parsed) *** <p ><code>There is a literal backtick (`) here.</code ></p >
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
maruku-0.4.2 | tests/unittest/notyet/ticks.md |
maruku-0.4.1 | tests/unittest/notyet/ticks.md |
maruku-0.4.2.1 | tests/unittest/notyet/ticks.md |