You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As you may notice, the exact location of the milestone is determined by the initial date for the milestone and the "duration" of the task this way: initial date+duration/2.
```mermaid
gantt
dateFormat YYYY-MM-DD
title All items changes to protect the innocent
excludes weekends
section Deliveries
Receive Cables : milestone, cables, 2022-03-01, 1h
Receive Things x11 : milestone, recvx11, 2022-03-07, 1d
Receive Things x12 : milestone, recvx12, 2022-03-14, 1d
Receive Things x13 : milestone, recvx13, 2022-03-21, 1d
section Setup Connection
Connect A to B : ab, after cables, 1d
Connect A to C : ac, after cables ab, 1d
section Setup C
Move things : mvwn, 2022-03-01, 1d
Install Recipe : recipe, after mvwn, 5d
section Connection
Connect x11 to C : x11, after recvx11, 1d
Connect x12 to C : x12, after recvx12, 1d
Connect x13 to C : x13, after recvx13, 1d
Run something : sth, after x13, 10d
Desktop (please complete the following information):
macOS Ventura 13.3.1
Typora Version
1.15.13 (6766)
The text was updated successfully, but these errors were encountered:
Describe the bug
To Reproduce
Expected behavior
Milestone markers on screen are placed correctly, as the below reference (https://mermaid.js.org/syntax/gantt.html - milestone section)
Screenshots / Screencasts
Output file (correct placement)
On screen (wrong placement)
Sample Markdown File
(same as issue #5092 )
Desktop (please complete the following information):
Typora Version
The text was updated successfully, but these errors were encountered: