-
wrong:
```
graph TD
A[a,a]
```
right:
```
graph TD
A[a,a]
```
-
https://marketplace.visualstudio.com/items?itemName=vstirbu.vscode-mermaid-preview
Documentation should be updated
-
Very nice project.
I'm trying to use the mermaid cli for a subgraph but I cannot manage to get it to work
```
graph TB;
subgraph B;
C --> D;
C --> E;
end;
```
…
-
```
console.log(require('js-base64'))
```
![image](https://user-images.githubusercontent.com/733544/30250373-b40b4718-967f-11e7-8e85-731c35af6fd5.png)
```
var Base64 = require('js-base64').Ba…
-
Hi,
I noticed an issue with the live editor so here is a description of it.
When I try to render a simple graph like this:
```mermaid
graph LR
A --> B
A --> C
A --> D
```
The text is not …
-
I just tried the latest version of mermaid in the live editor and there is a weird bug where if "stroke:#000" (or any color with the # character) is the ONLY entity in a linkStyle declaration, the par…
-
See http://knsv.github.io/mermaid/index.html#sequence-diagrams :
![capture](https://cloud.githubusercontent.com/assets/3713919/14816476/672cc35e-0bb1-11e6-9cf5-3405f4fd383f.PNG)
-
Arrow heads are missing, when using the cli (version 7.0.3).
Last version which worked: 7.0.0
Test case:
graph TD
A --> B
B -.-> C
Which results in the following imag…
-
http://knsv.github.io/mermaid/#simple-full-example-
I'm using Chrome version 60.0.3112.78
-
It would be useful to create a UML sequence diagram showing the message flows between the following:
- proxy
- shim
- runtime
- agent