-
### Description
When I do:
```mermaid
graph TD;
classDef node shape:circle;
subgraph thread1
D-->E-->F;
end
subgraph thread10
A-->B-->C;
end
F-->C
```
the default …
-
**Describe the bug**
The alignment of the text inside a note through Mermaid Configuration styles doesn't work as expected.
**To Reproduce**
1. In the Live Editor paste this:
```
sequenceDiagra…
-
## Elevator Pitch
Allow `pikchr` to be either rendered in-browser or as `img` or `svg` tags in various outputs.
There might also be the case for rendering syntax-highlighted `pikchr` source.
…
-
While evaluating 3.0.0.rc-1, I could not find any documentation about printing out a workflow design, either as SVG, or PNG. Ideally be able to do so via the designer and through a rest api.
Use C…
-
## Problem
Current Description:
```
List of the shop's customers.
```
There is some underlying logic which should be described:
- all users created by `accountRegister` mutation are displaye…
-
### Discussed in https://github.com/orgs/mermaid-js/discussions/4352
Originally posted by **goyalyashpal** April 27, 2023
I want to make:
1. perpendicular connections between multiple paral…
-
Hi,
This is a follow-up to #90.
It’d be nice to be able to pick how the library passed to the `javascript` option will be imported.
As of now, there’s support only for the regular `` type of …
-
Page: https://www.pomerium.com/docs/capabilities/original-request-context#example
## What's incorrect or missing
In dark mode, some diagram labels all but disappear:
![Screen Shot 2024-01…
-
### Description
My application has always used the `mermaidAPI` object to render Mermaid charts dynamically. This is roughly done like so:
```js
import mermaid from "mermaid"
const mermaidA…
-
Thanks for such a great package...
But Can any how we add images to mermaid flow diagrammes. Please...
I am unable to add custom images ( JPEG, PNG, other) in the Flow charts...
Is it possibl…