How would you create a nested list within a list item?
<ul> <li>Item 1</li> <!-- Nested list here --> </ul>
Use . to indicate sub-items
.
Add a <nested> tag inside the <li>
<nested>
<li>
Add another <ul> inside the <li>
<ul>
Add an inner attribute to the <li>
inner