Sha256: 1e646c4cc4af7a9f92c6e58c58391f6f595b66bfac02738260dc0493fcaa9b38

Contents?: true

Size: 402 Bytes

Versions: 5

Compression:

Stored size: 402 Bytes

Contents

Write a comment here
*** Parameters: ***
{} # params 
*** Markdown input: ***
- ένα

*** Output of inspect ***
md_el(:document,[
	md_el(:ul,[md_el(:li,["ένα"],{:want_my_paragraph=>false},[])],{},[])
],{},[])
*** Output of to_html ***
<ul>
<li>ένα</li>
</ul>
*** Output of to_latex ***
\begin{itemize}%
\item ένα

\end{itemize}
*** Output of to_md ***
- ένα
*** Output of to_s ***
ένα

Version data entries

5 entries across 5 versions & 1 rubygems

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