Sha256: fba3b8cbc182214385ea75a8e7462fc1c2eab8da6784c29a50e961f7dc0dd0fa

Contents?: true

Size: 359 Bytes

Versions: 5

Compression:

Stored size: 359 Bytes

Contents

Write a comment here
*** Parameters: ***
{} # params 
*** Markdown input: ***
 ![bar](/foo.jpg)


*** Output of inspect ***
md_el(:document,[md_par([md_im_image(["bar"], "/foo.jpg", nil)])],{},[])
*** Output of to_html ***
<p><img src="/foo.jpg" alt="bar" /></p>
*** Output of to_latex ***

*** Output of to_md ***
![bar](/foo.jpg)
*** Output of to_s ***
bar

Version data entries

5 entries across 5 versions & 1 rubygems

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