diff --git a/spec/block_docs/issue72.md b/spec/block_docs/issue72.md new file mode 100644 index 0000000..d4a409b --- /dev/null +++ b/spec/block_docs/issue72.md @@ -0,0 +1,17 @@ +https://github.com/bhollis/maruku/issues/72 +*** Parameters: *** +{} +*** Markdown input: *** +1. 句子 +2. 句子 +*** Output of inspect *** +md_el(:document, md_el(:ol, [ + md_el(:li_span, "句子", {:want_my_paragraph=>false}), + md_el(:li_span, "句子", {:want_my_paragraph=>false}) +])) +*** Output of to_html *** +