-sequenceDiagram
- %%{init: {'config': {'wrap': true }}}%%
- actor Alice as Extremely utterly long line of longness which had preivously overflown the actor box as it is much longer than what it should be
- actor Bob
- participant John as John2
- participant Mandy
- Alice->>Bob: Hi Bob
- Bob->>Alice: Hi Alice
- Alice->>John: Hi John
- John->>Mandy: Hi Mandy
- Mandy ->>Joan: Hi Joan
-
-
-
-%%{int: { "apa":"b", "theme":"forest"}}%%
-sequenceDiagram
-Alice->>Bob: Hi Bob
-Bob->>Alice: Hi Alice
-
-
-sequenceDiagram
- autonumber
- par Action 1
- Alice->>John: Hello John, how are you?
- and Action 2
- Alice->>Bob: Hello Bob, how are you?
- end
- Alice->>+John: Hello John, how are you?
- Alice->>+John: John, can you hear me?
- John-->>-Alice: Hi Alice, I can hear you!
- Note right of John: John is perceptive
- John-->>-Alice: I feel great!
- loop Every minute
- John-->Alice: Great!
- end
-
-
-sequenceDiagram
- %%{init: {'config': {'wrap': true }}}%%
- actor Alice
- actor Bob
- Alice->>Bob: Hi Bob
- Bob->>Alice: Hi Alice
-
-
- %%{init: {'config': {'wrap': true }}}%%
- sequenceDiagram
- participant A as Extremely utterly long line of longness which had preivously overflown the actor box as it is much longer than what it should be
- A->>Bob: Hola
- Bob-->A: Pasten !
-