Skip to content

HTML publishing of lists gets weird under some circumstances #727

@opt12

Description

@opt12

I recognized, that when publishing documents, the list handling is incorrect, when no empty line is above the list in the text attribute of the requirement.

Eventhough a newline is recommended directly above a list by the markdown linter, this is oftentimes ommitted.
Image

When a requirement contains a list with no empty line above, the HTML exporter does not close the <ul> tag correctly after the list, but it is only closed before the next <p> tag.

This leads to a wrong indentation of the subsequent requirements in the HTML output.

Image

In the example given, the </ul> tag should appear directly after the fourth <li> ... </li> line and not only before the next <p> tag occurrs.

Metadata

Metadata

Assignees

No one assigned

    Type

    No fields configured for Bug.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions