-
Notifications
You must be signed in to change notification settings - Fork 138
Closed
Labels
Description
I noticed the following when I was checking for regressions in v6.
In v5:

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

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.

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