Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Markdown
# Test
 ```mermaid
sequenceDiagram
    participant M0 05/31
    participant M1
    participant M2
	participant M3
	participant M4
	participant M5
	participant M6
    M0->>M1: alpha
    M1->>M2: release-candidate
    M1->>M3: alpha
    M3->>M4: release candidate
    M4->>M5: meta-release
    M5->>M6: retrospective
```


PlantUML Macro
titletest
@startuml
    M0 -> M1: alpha
    M1 -> M2: release-candidate
    M1 -> M3: alpha
    M3 -> M4: release candidate
    M4 -> M5: meta-release
    M5 -> M6: retrospective
@enduml