This also affects neighboring participants
Note widths are not taken into account when computing column widths
PlantUML's behavior lets note overlap neighboring participants. Chronos could let user decide whether notes should behave as shown below or reserve space to avoid overlaps
~This also affects neighboring participants
Note widths are not taken into account when computing column widths~
PlantUML's behavior lets note overlap neighboring participants. Chronos could let user decide whether notes should behave as shown below or reserve space to avoid overlaps
```typst
#diagram({
_par("a")
_par("b")
_par("c")
_seq("b", "c")
_note("left")[Note]
})
```

Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Groups containing notes don't take their size into account, often leading to overflow, as shown below
Example
Result
This also affects neighboring participantsNote widths are not taken into account when computing column widths
PlantUML's behavior lets note overlap neighboring participants. Chronos could let user decide whether notes should behave as shown below or reserve space to avoid overlaps