Skip to content

Part of text goes missing when nested inside panel(s) #2715

@damithc

Description

@damithc

I noticed the following when I was checking for regressions in v6.

In v5:

Image

In v6, the last part of this section goes missing:

Image

If I access the page directly (https://nus-cs2103-ay2425s2.github.io/website/book/uml/classDiagrams/associations/roles/) there is no issue in both v5 and v6.

I can reproduce the problem with the following minimal code.

This code works:

<box>

aaa
</box>

<box>

bbb

</box>

But if I enclose aaa inside a fenced code block (as shown below), the second box goes missing.

Image

I expect this will be particularly nasty to debug :-p

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions