Skip to content

3rd level of hierarchy is generated incorrectly #9

Description

@evgeny-k

3rd level tree:

- a
  - b
    - c

is shown as

- a
  - b
  - c 

and generated as

<li>
<p>a</p>
<ul>
<li>b</li>
<li>c</li>
</ul>
</li>

but 3rd level should be generated with extra <ul>/</ul> tag:

<li>a</li>
<ul><li>b</li>
    <ul><li>c</li></ul>
</ul>

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions