-
flowchart
A[Object] -.ABSTRACT.-> Item{Item}
subgraph item
Item -.ABSTRACT.-> Armadura{Armadura}
subgraph uno
Armadura -->|CLASE| Casco[Casco]
Ar…
-
```[tasklist]
### Tasks
```
-
Hi, it would we awesome to have mermaid support. I'm not sure if this would be helpful to others but I can look into adding support in the future (unless someone else is working on this sooner)
drbh updated
4 months ago
-
```mermaid
graph TD;
A-->B;
A-->C;
B-->D;
C-->D;
```
-
I would like to report an issue on page https://iot.scylladb.com/master/design-and-data-model
### Problem
Digrams looks ugly on dark mode
![Image](https://github.com/user-attachments/assets/46b1707c…
tzach updated
2 weeks ago
-
Dear Margo colleagues,
I want to make a proposal on how we can better iterate on new versions of diagrams, we create for the Margo specification. Currently, we insert diagrams as SVG. If a diagram…
-
ATM, for each sequence diagram (e.g. one at the bottom of https://docs.agoric.com/guides/orchestration/) in documentation, we are keeping two files
- `.svg` diagram graphic to be displayed on docs …
-
-
Thanks in advance for your help :)
**Describe the bug**
I was building a huge pipeline, 30 components and 35 connections, and for debugging proposes I wanted to display the diagram, but both .draw…
-
### Description
when i use @mermaid-js/parser
its error
### Steps to reproduce
import {parse} from '@mermaid-js/parser'
const mermaidGraph = `graph TD
A[Start] --> B{Is it?}
B…