Skip to content
This repository has been archived by the owner on Jan 5, 2023. It is now read-only.

Mermaid autonumber does not support #11

Open
dohyunKim12 opened this issue Mar 2, 2021 · 0 comments · Fixed by #10
Open

Mermaid autonumber does not support #11

dohyunKim12 opened this issue Mar 2, 2021 · 0 comments · Fixed by #10
Labels
bug Something isn't working
Milestone

Comments

@dohyunKim12
Copy link
Contributor

dohyunKim12 commented Mar 2, 2021

%%{init: {'securityLevel': 'loose', 'theme':'base'}}%%
        sequenceDiagram
          autonumber
          par Use CLI
            Controller->>User: Web Socket
            User->>Controller: Web Socket
          and Login, Customizing
            User->>Controller: Request
            Note right of Controller: Perl - Mojolicious
            Controller->>Model: ssh, user, IP addr
            Note right of Model: Perl - Mojolicious
            Model->>Controller: Response
            Controller->>View: Request
            Note right of View: React.js
            View->>User: Response

          end
Loading

%%{init: {'securityLevel': 'loose', 'theme':'base'}}%%
sequenceDiagram
autonumber
par Use CLI
Controller->>User: Web Socket
User->>Controller: Web Socket
and Login, Customizing
User->>Controller: Request
Note right of Controller: Perl - Mojolicious
Controller->>Model: ssh, user, IP addr
Note right of Model: Perl - Mojolicious
Model->>Controller: Response
Controller->>View: Request
Note right of View: React.js
View->>User: Response

      end

image

@dohyunKim12 dohyunKim12 added the bug Something isn't working label Mar 2, 2021
@dohyunKim12 dohyunKim12 added this to the Fix docs milestone Mar 2, 2021
@dohyunKim12 dohyunKim12 linked a pull request Mar 2, 2021 that will close this issue
@dohyunKim12 dohyunKim12 reopened this Mar 2, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant