Sha256: f4eec1cf413e2746290e526fa9aff97822ec98f028942ca1994b7e63fba0f87d
Contents?: true
Size: 664 Bytes
Versions: 3
Compression:
Stored size: 664 Bytes
Contents
Simple test for emphasis. *** Parameters: *** {} *** Markdown input: *** *Hello!* how are **you**? *** Output of inspect *** md_el(:document,[md_par([md_em(["Hello!"]), " how are ", md_strong(["you"]), "?"])],{},[]) *** Output of to_html *** <p><em>Hello!</em> how are <strong>you</strong>?</p> *** Output of to_latex *** {\em Hello!} how are {\bf you}? *** Output of to_md *** Hello!how are you? *** Output of to_s *** Hello! how are you? *** EOF *** OK! *** Output of Markdown.pl *** <p><em>Hello!</em> how are <strong>you</strong>?</p> *** Output of Markdown.pl (parsed) *** <p ><em>Hello!</em > how are <strong>you</strong >?</p >
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
maruku-0.4.2 | tests/unittest/easy.md |
maruku-0.4.1 | tests/unittest/easy.md |
maruku-0.4.2.1 | tests/unittest/easy.md |