- 
                Notifications
    You must be signed in to change notification settings 
- Fork 111
Open
Description
when using the following inputs, the output put one list inside the other
Version 1:
<ul>
<li style="text-align: justify;">a title
</ul>
<ul style="list-style-type: circle;">
<li>a text
</ul>
Version 2:
<ul>
<li>other title
</ul>
<ul style="list-style-type: circle">
<li>other text
</ul>
Result:
- a
- other title
- aother text
Metadata
Metadata
Assignees
Labels
No labels