mermaid-js / mermaid

Generation of diagrams like flowcharts or sequence diagrams from text in a similar manner as markdown
https://mermaid.js.org
MIT License
71.84k stars 6.52k forks source link

How to replace participant to image in sequenceDiagram? #3316

Open kou-sia opened 2 years ago

kou-sia commented 2 years ago

I want to add image in sequenceDiagram.

I use VisualStudioCode. markdown is below↓


sequenceDiagram
  participant A as Alice ← I want to replace Image!
  participant B as Bob
autonumber
  A->>B: Hi, Bob!
  B->>A: Hi, Alice!

How to Do it??

↓ I want to do this! 3C9B47F8-5343-4EB9-ACF9-62D8CF3275BF

kwk commented 1 year ago

I have the same question as @kou-sia