-
Hello, I have the following sequence diagram sequenceDiagram
participant M as PC (Maître)
participant E as ATmega16 (Esclave)
rect rgb(200, 255, 200)
Note right of M: Cas normal
M->>E: TEMPERATURE\n
E->>M: VALEUR XXX\n
Note right of E: XXX = valeur entre -99°C et +999°C
M->>E: OK\n
end
rect rgb(255, 220, 220)
Note right of M: Cas d'erreur
M->>E: Commande non valide\n
E->>M: ERROR\n
Note over M: Recommence<br/>la procédure
end
Note over E: Retour en attente d'une nouvelle requête
I would like to have I can't escape sharp character (or I don't know exactly how to proceed. Some help will be nice. I ever tried Best regards |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
It may have already been solved, but for those who encountered the same problem. |
Beta Was this translation helpful? Give feedback.
-
Is there a reason why mermaid syntax for escaping characters is slightly different than HTML? |
Beta Was this translation helpful? Give feedback.
It may have already been solved, but for those who encountered the same problem.
#35;
is the solution.https://mermaid.js.org/syntax/sequenceDiagram.html#entity-codes-to-escape-characters