shared-assets
shared-assets copied to clipboard
Error rendering embedded code
trafficstars
What information was incorrect, unhelpful, or incomplete?
Error rendering embedded code
What did you expect to see?
correct rendering.
Do you have any supporting links, references, or citations?
no
Do you have anything more you want to share?
no
Hi, thanks a lot for opening the issue. It looks like GitHub doesn't like the empty lines in sequences like:
Client->>Server:
Is something like this a good alternative:
%%{init: { "sequence": { "wrap": true, "noteAlign": "center" }} }%%
sequenceDiagram
participant Client
participant Proxy1 as Proxy
participant Proxy2 as Proxy
participant Server
Client->>Server: Request
Note left of Server: Resource compressed and returned
Server->>Client: Response
Note over Proxy1,Proxy2: Intermediate nodes do not uncompress the body
Note over Client: Client decompresses the body