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

Version Path
maruku-0.7.3 spec/block_docs/inline_html_beginning.md
maruku-0.7.2 spec/block_docs/inline_html_beginning.md
maruku-0.7.1 spec/block_docs/inline_html_beginning.md
maruku-0.7.0 spec/block_docs/inline_html_beginning.md
maruku-0.7.0.beta1 spec/block_docs/inline_html_beginning.md