Sha256: a32bc47ec8f6b8d88d327759f0e0b0630ebee1c353e3a4d254fdacd46db79245

Contents?: true

Size: 345 Bytes

Versions: 5

Compression:

Stored size: 345 Bytes

Contents

https://github.com/bhollis/maruku/issues/72
*** Parameters: ***
{}
*** Markdown input: ***
1. 句子 
2. 句子
*** Output of inspect ***
md_el(:document, md_el(:ol, [
	md_el(:li, "句子", {:want_my_paragraph=>false}),
	md_el(:li, "句子", {:want_my_paragraph=>false})
]))
*** Output of to_html ***
<ol>
<li>句子</li>

<li>句子</li>
</ol>

Version data entries

5 entries across 5 versions & 1 rubygems

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