Skip to content

<simpara> inside <varentry><listitem> is converted to <span> tag rather than <p> tag. #245

@Girgias

Description

@Girgias

This was noticed by @nilgun that the conversion from <para> to <simpara> is affecting the layout of pages.

Indeed, two consecutive <simpara> tags are rendered as one big paragraph, which is not what the XML markup indicates.

I don't understand why the choice was made to deviate from the usual conversion to HTML <p> tag, as flow content is allowed within a <dd> HTML tag.

This is a quite simple fix, and should better represent the behaviour intended by the XML, as if someone wanted to only have one big paragraph they wouldn't use multiple <simpara>/<para> tags.

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