How can I "correct" the placement of milestones with multiline text in Gantt charts?
The placement algorithm seems to ignore the milestone's multilined nature and position it as if it had only one line (that would fit vertically).
@startgantt
skinparam dpi 250
projectscale weekly
Project starts 2023-01-01
[Task1] starts 2023-01-01 and lasts 1 week
[Task2] starts after [Task1]'s end and lasts 2 weeks
[Multiline\nMilestone\none more!] happens after [Task1]'s end
@endgantt

