-
I tried the example described in "Basic support for fontawesome" here:
https://mermaidjs.github.io/flowchart.html
But the icons do not appear to be loading for me.
euoia updated
6 years ago
-
甘特图横坐标不支持axisFormat %m
Parse error on line 3:
... DD/MM/YYaxisFormattitle PostNord Depl
----------------------^
Expecting 'taskData', got 'NL
官方mermaid已经能够支持
https://mermaidjs.github.io/mermai…
-
This happens whether I install globally or locally. I'll attach the whole log, but the first two lines seem the most important:
```
(node:6152) UnhandledPromiseRejectionWarning: Error: Failed to lau…
-
Sample code used (from https://mermaidjs.github.io/flowchart.html)
```
graph TB
c1-->a2
subgraph one
a1-->a2
end
subgraph two
b1-->b2
end
subgraph three
…
-
Sorry not sure if this is the best place to ask, but:
i really like the live editor. Combined with the viewer i basically don't need anything else.
So I started creating several diagrams and just …
-
How can I display the font-awesome icons when using mermaid.cli?
resah updated
6 years ago
-
Please consider adding a button to preview in a stock browser pulling from server. The Markdown Editor for nextcloud incorporates plugins such as Mermaidjs that don't render in the editor preview.
-
Very nice app. You may want to incorporate this:
https://mermaidjs.github.io/
Good luck!
-
At the moment the live editor does not word wrap notes for sequence diagrams.
Here's a example to paste in:
sequenceDiagram
participant A
participant B
note left of A: All is looking …
-
Is there documentation somewhere on how to write these flowcharts?
Is the language used unique to this package?
It would be nice to either point to documentation or give a quick outline of the…