-
```
\```
graph TD
Client -->|Request "Sedan"| VehicleCache
Client -->|Request "CityBus"| VehicleCache
VehicleCache -->|Clone| A[Car: Sedan]
VehicleCache -->|Clone| B[Bus: Capacity 40]
…
-
tjbck updated
1 month ago
-
This is how I want to render my graphs
Here is what I have using MermaidJS so far:
```mermaid
graph TB
a1((Player1))
a2((Player5))
b1((Player7))
b2((Player9))
…
-
hey Paul,
thanks for making a docker image so I don't have to mess with npm on my system ;-)
I noticed fontawesome icons don't work though.
according to the docs (https://mermaidjs.github.io/flowch…
-
**Is your feature request related to a problem? Please describe.**
支持从 Markdown 文件中提取(或纯文本的 mermaid 片段)作为模板变量,以自动生成对应的业务代码(如根据ER图和类图生成orm实体)
**Describe the solution you'd like**
基于 [mermaid 自…
-
Greetings developers & contributors.
[Mermaid](https://mermaid-js.github.io/) is a flowchart diagram JS library which renders markdown into diagrams, GitHub uses it to render [diagrams in the markd…
-
We need a way of representing models in the documentation.
There is a graphviz extension for sphinx which seems to work quite well. However, our somewhat non-standard structure (properties on nodes r…
-
It appears that `gatsby-remark-mermaid` is locked into v10 of `mermaid`:
From the dependencies of `gatsby-remark-mermaid`'s `package.json`:
> "dependencies": {
> "remark-mermaidjs": "^5.0.0",…
-
Support for https://plantuml.com would be nice.
-
## How to reinitialize with new theme?
Hi folks, I want mermaidjs rerender diagrams when I switched color-scheme, such as switching form 'dark' to 'light', I tried use `mermaid.mermaidAPI.reinitial…