Sha256: 246e439b08077a90c1b0711e81e6eb1d4262a04df11c35473dc06d773f77fac3

Contents?: true

Size: 773 Bytes

Versions: 3

Compression:

Stored size: 773 Bytes

Contents

Write a comment here
*** Parameters: ***
{} # params 
*** Markdown input: ***
List:

- è`gcc`

*** Output of inspect ***
md_el(:document,[
	md_par(["List:"]),
	md_el(:ul,[
		md_el(:li_span,["\303\250", md_code("gcc")],{:want_my_paragraph=>false},[])
	],{},[])
],{},[])
*** Output of to_html ***
<p>List:</p>

<ul>
<li>è<code>gcc</code></li>
</ul>
*** Output of to_latex ***
List:

\begin{itemize}%
\item è{\colorbox[rgb]{1.00,0.93,1.00}{\tt gcc}}

\end{itemize}
*** Output of to_md ***
List:

-¨
*** Output of to_s ***
List:è
*** EOF ***



	OK!



*** Output of Markdown.pl ***
<p>List:</p>

<ul>
<li>è<code>gcc</code></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/lists10.md
maruku-0.5.7 tests/unittest/lists10.md
maruku-0.5.9 tests/unittest/lists10.md