Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GitHub markdown alert + mermaid sequenceDiagram #187

Open
lepffm opened this issue Jun 18, 2024 · 0 comments
Open

GitHub markdown alert + mermaid sequenceDiagram #187

lepffm opened this issue Jun 18, 2024 · 0 comments
Milestone

Comments

@lepffm
Copy link
Owner

lepffm commented Jun 18, 2024

Note

Useful information that users should know, even when skimming content.

Tip

Helpful advice for doing things better or more easily.

Important

Key information users need to know to achieve their goal.

Warning

Urgent info that needs immediate user attention to avoid problems.

Caution

Advises about risks or negative outcomes of certain actions.

https://github.blog/2022-02-14-include-diagrams-markdown-files-mermaid/

sequenceDiagram
    participant user
    participant web
    participant api
    user->>web: loads html w/ iframe url
    web->>api: request template
    api->>web: html & javascript
    web->>user: iframe ready
    user->>web: set mermaid data on iframe
    web->>web: render mermaid
Loading
@lepffm lepffm added this to the IT milestone Jun 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant