5c51f930b0
Image titles were not being output (a long-standing Maruku bug). Also fix some broken specs. All the HTML specs pass. I hope they're "correct".
540 B
540 B
Write a comment here *** Parameters: *** {} # params *** Markdown input: *** See foo' bar
*** 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 ***
See foo’ bar
*** 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