Skip to content

Nested lists show multiple bullets #125

@0nko

Description

@0nko

screenshot_1478255998

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).

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions