Sha256: 22eb6c0d895213c053d1812e341def16d5ff77366940a43c9db80e0b12f813ee

Contents?: true

Size: 604 Bytes

Versions: 3

Compression:

Stored size: 604 Bytes

Contents

https://github.com/bhollis/maruku/issues/89 - Markdown extra .class ALD parsing error
*** Parameters: ***
{}
*** Markdown input: ***

[![Alt text](/Understanding-Big-Data-Cover-201x300.jpg){.alignright}](http://testsite.com/big-data)

*** Output of inspect ***
md_el(:document,
  md_par(md_im_link(md_im_image("Alt text", "/Understanding-Big-Data-Cover-201x300.jpg", nil, [[:class, "alignright"]]), "http://testsite.com/big-data", nil)))
*** Output of to_html ***
<p><a href="http://testsite.com/big-data"><img class="alignright" src="/Understanding-Big-Data-Cover-201x300.jpg" alt="Alt text" /></a></p>

Version data entries

3 entries across 3 versions & 1 rubygems

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