Testpage hinzugefügt
parent
f10f28ed06
commit
426470a4ea
1 changed files with 22 additions and 0 deletions
22
Testpage.md
Normal file
22
Testpage.md
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
# Testseite um Dinge auszuprobieren
|
||||
|
||||
```mermaid
|
||||
graph TD;
|
||||
A-->B;
|
||||
A-->C;
|
||||
B-->D;
|
||||
C-->D;
|
||||
```
|
||||
|
||||
```plantuml
|
||||
@startuml
|
||||
Alice -> Bob: Authentication Request
|
||||
Bob --> Alice: Authentication Response
|
||||
@enduml
|
||||
```
|
||||
|
||||
```go
|
||||
func main() {
|
||||
fmt.Println("Hallo")
|
||||
}
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue