Test list-item-with-paragraph details

Back
test-lists-and-paragraphs : list-item-with-paragraph
  Condition: Ensure-same: "<ul>
             <li>
             <p>List item</p>
             <p>with another paragraph</p>
             <pre>
             <code>and some code 
             </code>
             </pre></li>
             <li>Another item</li>
             </ul>
             <p>this ends the list and starts a paragraph.</p>
             
             " is not metabang.utilities:samep to "<ul>
             <li>
             <p>List item</p>
             <p>with another paragraph</p>
             <pre>
             <code>and some code
             </code>
             </pre></li>
             <li>
             <p>Another item</p>
             </li>
             </ul>
             <p>this ends the list and starts a paragraph.</p>
             
             "
  Code     : ((cl-markdown-test::check-output "
  * List item
  
      with another paragraph
  
          and some code
  
  * Another item
  
  this ends the list and starts a paragraph."))