Sophie

Sophie

distrib > Mageia > 7 > x86_64 > by-pkgid > acd44bec1713fb11c3f3b2fd943dbaae > files > 31

python3-pandocfilters-1.4.2-3.mga7.noarch.rpm

Use this


```
Alice -> Bob: Authentication Request
Bob --> Alice: Authentication Response

Alice -> Bob: Another authentication Request
Alice <-- Bob: another authentication Response
```

to get

```plantuml
Alice -> Bob: Authentication Request
Bob --> Alice: Authentication Response

Alice -> Bob: Another authentication Request
Alice <-- Bob: another authentication Response
```

with Äüö

```plantuml
Älöc -> Bob: Authentication Request
Bob --> Älöc: Authentication Response

Älöc -> Bob: Another authentication Request
Älöc <-- Bob: another authentication Response
```

See [(this is a link to whatever)](#whatever) for an example with options `{.plantuml #whatever caption="this is the caption" width=65%}`

```{.plantuml #whatever caption="this is the caption" width=65%}
Alice -> Bob: Authentication Request
Bob --> Alice: Authentication Response
```