chore: format example more correctly

This commit is contained in:
Lei Nelissen 2023-07-12 22:34:22 +02:00
parent df10ab501a
commit cd92c46f31
1 changed files with 4 additions and 2 deletions

View File

@ -191,8 +191,10 @@ More info in: [https://github.com/d3/d3-time#interval_every](https://github.com/
Week-based `tickInterval`s start the week on sunday by default. If you wish to specify another weekday on which the `tickInterval` should start, use the `weekday` option:
```markdown
weekday monday
```mermaid-example
gantt
tickInterval 1week
weekday monday
```
## Output in compact mode