Sha256: 304877569605711fb4830af5e1e029f3d1eb4604655a802a1208d698905690eb
Contents?: true
Size: 729 Bytes
Versions: 5
Compression:
Stored size: 729 Bytes
Contents
Markdown should be processed inside span-level tags. https://github.com/bhollis/maruku/issues/31 *** Parameters: *** {} *** Markdown input: *** <span>*hello*</span> <p><span>*hello*</span></p> <span>hello <span>*there*</span></span> <span>hello <span>*there*</span></span> *** Output of inspect *** md_el(:document, [ md_par(md_html("<span>*hello*</span>")), md_html("<p><span>*hello*</span></p>"), md_par(md_html("<span>hello <span>*there*</span></span>")), md_par(md_html("<span>hello\n<span>*there*</span></span>")) ]) *** Output of to_html *** <p><span><em>hello</em></span></p> <p><span>*hello*</span></p> <p><span>hello <span><em>there</em></span></span></p> <p><span>hello <span><em>there</em></span></span></p>
Version data entries
5 entries across 5 versions & 1 rubygems