Skip to content

Asciidoc: paragraphs after lists are rendered incorrectly #799

Closed
@anarthal

Description

@anarthal
namespace repro {

/**
 * \brief A function
 * \details Description:
 *
 * \li Point 1
 * \li Point 2
 *
 * Another paragraph.
 */
void f() {}

}  // namespace repro

Renders:

Image

When there is a considerable amount of text after the last point, this issue becomes particularly problematic:

Image

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