Sha256: 26539ea295697558be39a3abf2c64195716a805607357c3bd872b2d2cdc36922

Contents?: true

Size: 323 Bytes

Versions: 3

Compression:

Stored size: 323 Bytes

Contents

Handle blocks of block HTML without a newline. https://github.com/bhollis/maruku/issues/123
REXML won't clean up the HTML the way Nokogiri will...
*** Parameters: ***
{ }
*** Markdown input: ***
Heres some HTML.
<div>
Foo
</div>
*** Output of inspect ***

*** Output of to_html ***
<p>Heres some HTML.</p>
<div>
Foo
</div>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
maruku-0.7.3 spec/block_docs/div_without_newline.md
maruku-0.7.2 spec/block_docs/div_without_newline.md
maruku-0.7.1 spec/block_docs/div_without_newline.md