showdown/test/issues/#397.unordered-list-strange-behavior.html
Estevao Soares dos Santos a2259c063b fix(lists): fix multi paragraph lists with sublists
Paragraphed lists with sublists were being parsed incorrectly due to
workaround realted with simpleLineBreaks. This commit fixes this.

Closes #397
2017-06-07 03:33:20 +01:00

15 lines
588 B
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<ul>
<li><p><strong>Customer</strong> Opens the Customer List. Refer to the document “Customer Management”.</p>
<ul>
<li>Customer List</li>
<li>New Customer</li>
<li>Customer Prices</li>
<li>Appointments</li></ul></li>
<li><p><strong>Designer</strong> - Opens the Designer List. Refer to the document “Designer Commissions”.</p>
<ul>
<li>Designer List</li>
<li>New Designer</li>
<li>Designer Payment List</li>
<li>New Designer Payment</li></ul></li>
</ul>