Skip to content

3rd level of hierarchy is generated incorrectly #9

@evgeny-k

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>

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