Sha256: 44bede33fe3143dba646c81e73ab90955b0f7760fdcf6e95994d9541c45a1fe1

Contents?: true

Size: 744 Bytes

Versions: 3

Compression:

Stored size: 744 Bytes

Contents

Write a comment here
*** Parameters: ***
{} # params 
*** Markdown input: ***
See [foo' bar]

[foo' bar]: http://agorf.gr/


*** Output of inspect ***
md_el(:document,[
	md_par(["See ", md_link(["foo", md_entity("rsquo"), " bar"],"foo_bar")]),
	md_ref_def("foo_bar", "http://agorf.gr/", {:title=>nil})
],{},[])
*** Output of to_html ***
<p>See <a href='http://agorf.gr/'>foo&#8217; bar</a></p>
*** Output of to_latex ***
See \href{http://agorf.gr/}{foo'{} bar}
*** Output of to_md ***
See foo bar
*** Output of to_s ***
See foo bar
*** EOF ***



	OK!



*** Output of Markdown.pl ***
<p>See [foo' bar]</p>

*** Output of Markdown.pl (parsed) ***
Error: #<NoMethodError: private method `write_children' called for <div> ... </>:REXML::Element>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
maruku-0.5.7 tests/unittest/links2.md
maruku-0.5.8 tests/unittest/links2.md
maruku-0.5.9 tests/unittest/links2.md