mirror of
https://github.com/showdownjs/showdown.git
synced 2024-03-22 13:30:55 +08:00
a2259c063b
Paragraphed lists with sublists were being parsed incorrectly due to workaround realted with simpleLineBreaks. This commit fixes this. Closes #397
15 lines
588 B
HTML
15 lines
588 B
HTML
<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>
|