Sha256: ddd64f46264f1c19326b8cb5aef50e910cc286ee2021e61ec7b89c1070f0c3a0
Contents?: true
Size: 435 Bytes
Versions: 5
Compression:
Stored size: 435 Bytes
Contents
Comment *** Parameters: *** {} *** Markdown input: *** [bar][1]. [1]: /url/ "Title" *** Output of inspect *** md_el(:document,[ md_par([md_link(["bar"],"1"), "."]), md_ref_def("1", "/url/", {:title=>"Title"}) ],{},[]) *** Output of to_html *** <p><a href="/url/" title="Title">bar</a>.</p> *** Output of to_latex *** \href{/url/}{bar}. *** Output of to_md *** [bar][1]. [1]: /url/ "Title" *** Output of to_s *** bar.
Version data entries
5 entries across 5 versions & 1 rubygems