-
Edge labels have a transparent background in the live editor, and hence it's difficult to read the edge text. Could the background colour for the `edgeLabel` class be changed to white?
-
Roadmap is being posted here for discussion and to let people know what is *currently* being planned.
- [x] Do not vendor Python Markdown. Python Markdown will be acquired via the current `markdow…
-
How to reproduce.
Open https://knsv.github.io/mermaid/live_editor/ in Safari
input
```
sequenceDiagram
Alice->>John: Hello John, how are you?
activate
```
Then the browser will become unre…
-
In this example:
http://knsv.github.io/mermaid/live_editor/#/edit/Z3JhcGggTFI7CiAgICAgICAgQVtTdGFydF0gLS0-IEJbRW5kXQoKICAgICAgICBsaW5rU3R5bGUgZGVmYXVsdCBzdHJva2Utd2lkdGg6MnB4LGZpbGw6bm9uZSxzdHJva2U…
-
Dear all,
Is it possible to let the live editor show the last version of the rendered diagram that still used valid syntax?
Let me show you an example:
![image](https://cloud.githubuserconte…
-
**I sorry if the question is stupid but it does make me confused.**
========== Problem Description ==========
**I copyed your demo about the classdiagram to the [mermaid live editor]…
houyf updated
7 years ago
-
I get very different looking results when using the on-page render as svg vs. calling the cli for the same graph text. Is there a way to get these more consistent looking (more like the svg if possib…
-
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;
```
…