test-snippets : header-in-list
Condition: Ensure-same: "<ul>
<li>ok</li>
<li style=\"list-style: none\">
<h1>eh</h1>
</li>
</ul>
" is not METABANG.UTILITIES:SAMEP to "<ul>
<li>
<p>ok</p>
<h1>eh</h1>
</li>
</ul>
"
Code : ((CL-MARKDOWN-TEST::CHECK-OUTPUT "* ok
# eh"))