Sha256: 8d33b8f0677f44b9363ab4c63a5bd02a2cc4631ea148288e15f4d0c9f95c8427
Contents?: true
Size: 330 Bytes
Versions: 5
Compression:
Stored size: 330 Bytes
Contents
Inline HTML at the beginning of a line shouldn't kill the rest of the line. https://github.com/bhollis/maruku/issues/67 *** Parameters: *** {} *** Markdown input: *** <del>Two</del> Half *** Output of inspect *** md_el(:document, md_par([md_html("<del>Two</del>"), " Half"])) *** Output of to_html *** <p><del>Two</del> Half</p>
Version data entries
5 entries across 5 versions & 1 rubygems