Sha256: e0bbf5a05802ff4b52648b0d5283e241bbba3a25a5bb2ccf7fcdb37d05707903

Contents?: true

Size: 456 Bytes

Versions: 5

Compression:

Stored size: 456 Bytes

Contents

Write a comment here
*** Parameters: ***
{} # params 
*** Markdown input: ***
1. abcd
efgh
ijkl

*** Output of inspect ***
md_el(:document,[
	md_el(:ol,[md_el(:li,["abcd efgh ijkl"],{:want_my_paragraph=>false},[])],{},[])
],{},[])
*** Output of to_html ***
<ol>
<li>abcd efgh ijkl</li>
</ol>
*** Output of to_latex ***
\begin{enumerate}%
\item abcd efgh ijkl

\end{enumerate}
*** Output of to_md ***
1. abcd efgh ijkl
*** Output of to_s ***
abcd efgh ijkl

Version data entries

5 entries across 5 versions & 1 rubygems

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