chore: test mermaid

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

View File

@ -23,14 +23,3 @@ 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 --> [*]
```