chore: test mermaid

This commit is contained in:
Stefan Reimer 2022-07-31 23:19:55 +00:00
parent a47929da1c
commit 19a782e993
1 changed files with 11 additions and 0 deletions

View File

@ -23,3 +23,14 @@ Shared groovy libraries
## Make
Common Makefile include
# Mermaid test
```mermaid
stateDiagram-v2
[*] --> select_date
select_date --> select_time
select_time --> current_status
current_status --> cancel: status_available
current_status --> [*]: status_over
cancel --> [*]
```