Write a comment abouth the test here. *** Parameters: *** {} *** Markdown input: *** * This is a list item with two paragraphs. This is the second paragraph in the list item. You're only required to indent the first line. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. *** Output of inspect *** md_el(:document,[ md_el(:ul,[ md_el(:li,[ md_par(["This is a list item with two paragraphs."]), md_par([ "This is the second paragraph in the list item. You're only required to indent the first line. Lorem ipsum dolo sit amet, consectetuer adipiscing elit" ]) ] , {:want_my_paragraph=>true}) ] ) ] ) *** Output of to_html *** *** Output of to_latex *** \begin{itemize}% \item This is a list item with two paragraphs. This is the second paragraph in the list item. You're only required to indent the first line. Lorem ipsum dolo sit amet, consectetuer adipiscing elit \end{itemize} *** Output of to_s *** This is a list item with two paragraphs.This is the second paragraph in the list item. You're only required to indent the first line. Lorem ipsum dolo sit amet, consectetuer adipiscing elit *** Output of to_s *** This is a list item with two paragraphs.This is the second paragraph in the list item. You're only required to indent the first line. Lorem ipsum dolo sit amet, consectetuer adipiscing elit *** EOF *** OK! *** Output of Markdown.pl *** *** Output of Markdown.pl (parsed) ***