Sha256: a1bbdcce98951b010637879ad95a7887f68bbe1ad7477422c7e5987e7ae84ed4

Contents?: true

Size: 722 Bytes

Versions: 2

Compression:

Stored size: 722 Bytes

Contents

Write a comment here
*** Parameters: ***
{} # params 
*** Markdown input: ***
[a. b] is a link.

[a. b]: http://site.com/

*** Output of inspect ***
md_el(:document,[
	md_par([md_link(["a. b"],"a_b"), " is a link."]),
	md_ref_def("a_b", "http://site.com/", {:title=>nil})
],{},[])
*** Output of to_html ***
<p><a href='http://site.com/'>a. b</a> is a link.</p>
*** Output of to_latex ***
\href{http://site.com/}{a. b} is a link.
*** Output of to_md ***
a. bis a link.
*** Output of to_s ***
a. b is a link.
*** EOF ***



	OK!



*** Output of Markdown.pl ***
<p>[a. b] is a link.</p>

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

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
maruku-0.5.8 tests/unittest/pending/ref.md
maruku-0.5.9 tests/unittest/pending/ref.md