Sha256: 71c6882fce9e67d25f71903860023540c691c51d967f7d60c71bc677c70e4633

Contents?: true

Size: 854 Bytes

Versions: 3

Compression:

Stored size: 854 Bytes

Contents

Write a comment here
*** Parameters: ***
{} # params 
*** Markdown input: ***
* [Maruku]: good.

[maruku]: http://maruku.org/

*** Output of inspect ***
md_el(:document,[
	md_el(:ul,[
		md_el(:li_span,[md_link(["Maruku"],"maruku"), ": good."],{:want_my_paragraph=>false},[])
	],{},[]),
	md_ref_def("maruku", "http://maruku.org/", {:title=>nil})
],{},[])
*** Output of to_html ***
<ul>
<li><a href='http://maruku.org/'>Maruku</a>: good.</li>
</ul>
*** Output of to_latex ***
\begin{itemize}%
\item \href{http://maruku.org/}{Maruku}: good.

\end{itemize}
*** Output of to_md ***
-aruku: good.
*** Output of to_s ***
Maruku: good.
*** EOF ***



	OK!



*** Output of Markdown.pl ***
<ul>
<li>[Maruku]: good.</li>
</ul>

*** 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.8 tests/unittest/list12.md
maruku-0.5.7 tests/unittest/list12.md
maruku-0.5.9 tests/unittest/list12.md