Hello,
I notice that under certain conditions, separators in gantt chart do not appear.
With this code :
@startgantt
Project starts 2022-12-01
projectscale monthly zoom 3
[task1] lasts 1 week
[task2] starts 20 days after [task1]'s end and lasts 3 days
Separator just at [task1]'s end
Separator just 2 days after [task1]'s end
@endgantt
I obtain (without separators) :

If I take off one of the two lines :
Project starts 2022-12-01
projectscale monthly zoom 3
It works
Strange, no ?
Regards