lepffm / issuance

Blogging with Github Issues.
https://github.com/lepffm/issuance/issues
MIT License
1 stars 0 forks source link

GitHub markdown alert + mermaid sequenceDiagram #187

Open lepffm opened 5 months ago

lepffm commented 5 months ago

[!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