Write a comment abouth the test here. *** Parameters: *** {} *** Markdown input: *** * A list item with a blockquote: > This is a blockquote > inside a list item. *** Output of inspect *** md_el(:document,[ md_el(:ul,[ md_el(:li,[ md_par(["A list item with a blockquote:"]), md_el(:quote,[md_par(["This is a blockquote inside a list item."])],{},[]) ],{:want_my_paragraph=>true},[]) ],{},[]) ],{},[]) *** Output of to_html ***
A list item with a blockquote:
This is a blockquote inside a list item.