 A list within a list like ``` <ul> <li>Item <ul> <li>Inner item</li> </ul> </li> </ul> ``` should probably only show the innermost bullet (but still keep the indenting).