-
I noticed the "Sample Stylesheets" for the Gantt and Sequence Diagram pages are different on the gitbook site, but that the "Classes used" are the same. Does the section "Classes used" on https://merm…
-
Hi,
Is there a road map or any plans to upgrade the version of mermaidjs in your application. You are currently using v6. I looked into how to possibly upgrade it to v8 (which is possible ;) but no…
-
see the issue in live - editor https://github.com/mermaidjs/mermaid-live-editor/issues/21
-
I just asked for something similar in the cli project.
I'm not sure if the live editor depends on the cli or just on mermaidjs.
Be that as it may, it would be great being able to configure merma…
-
Hi
`$ pandoc example.md -o example.pdf --filter pandoc-mermaid`
returns
```
Traceback (most recent call last):
File "/usr/bin/pandoc-mermaid", line 11, in
sys.exit(main())
File "/usr…
-
Example from documentation:
```
sequenceDiagram
Alice ->> Bob: Hello Bob, how are you?
Bob-->>John: How about you John?
Bob--x Alice: I am good thanks!
Bob-x John: I am good tha…
-
With mermaid 7.1.2 on npm (https://www.npmjs.com/package/mermaid), adding the `startOnLoad` as mentioned in https://github.com/knsv/mermaid/issues/291#issuecomment-287673609 did not make that issue aw…
-
Some Chinese words have been shown to be messy,like��。
For example : alt 对比距离上次下载资源是否超过1天时间
show:alt 对比距离上次下载资源��
System : MacOS
-
I spent a long time trying to figure out why my code was not rendering after I tried adding a subgraph. Eventually, I realized that using spaces instead of tabs makes it render. Perhaps something in t…
-
In mermaid flowchart diagrams, dotted lines are not working correctly.
```mermaid
graph LR;
A-.->B;
```
`A-.->B;` should produce a dotted line between A and B, but there is just a regular line.
…