Sha256: f6a4ba37281680b7ffe8e8be85f08261054ba11536981b2780e2dd74f159f8b1

Contents?: true

Size: 526 Bytes

Versions: 5

Compression:

Stored size: 526 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,["è", 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:

- è`gcc`
*** Output of to_s ***
List:è

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
maruku-0.7.3 spec/block_docs/lists10.md
maruku-0.7.2 spec/block_docs/lists10.md
maruku-0.7.1 spec/block_docs/lists10.md
maruku-0.7.0 spec/block_docs/lists10.md
maruku-0.7.0.beta1 spec/block_docs/lists10.md