diff --git a/docs/syntax/gantt.md b/docs/syntax/gantt.md index d69cb9cc2..d1a13c6fa 100644 --- a/docs/syntax/gantt.md +++ b/docs/syntax/gantt.md @@ -140,7 +140,7 @@ After processing the tags, the remaining metadata items are interpreted as follo | `after , until ` | End date of previously specified task `otherTaskID` | Start date of previously specified task `otherTaskID` | n/a | | `` | End date of preceding task | `enddate` as interpreted using `dateformat` | n/a | | `` | End date of preceding task | Start date + `length` | n/a | -| `until ` | End date of preceding task | Start date of previously specified task `otherTaskID` | n/a | +| `until ` | End date of preceding task | Start date of previously specified task `otherTaskID` | n/a | > **Note** > Support for keyword `until` was added in (v\+). This can be used to define a task which is running until some other specific task or milestone starts. @@ -559,3 +559,5 @@ gantt section Issue1300 5 : 0, 5 ``` + + diff --git a/packages/mermaid/src/docs/syntax/gantt.md b/packages/mermaid/src/docs/syntax/gantt.md index c9f5fb0b8..a1139d378 100644 --- a/packages/mermaid/src/docs/syntax/gantt.md +++ b/packages/mermaid/src/docs/syntax/gantt.md @@ -89,7 +89,7 @@ After processing the tags, the remaining metadata items are interpreted as follo | `after , until ` | End date of previously specified task `otherTaskID` | Start date of previously specified task `otherTaskID` | n/a | | `` | End date of preceding task | `enddate` as interpreted using `dateformat` | n/a | | `` | End date of preceding task | Start date + `length` | n/a | -| `until ` | End date of preceding task | Start date of previously specified task `otherTaskID` | n/a | +| `until ` | End date of preceding task | Start date of previously specified task `otherTaskID` | n/a | ```note Support for keyword `until` was added in (v+). This can be used to define a task which is running until some other specific task or milestone starts. @@ -449,3 +449,5 @@ gantt section Issue1300 5 : 0, 5 ``` + +