OptionalaltOptionalarchitectureOptionalarrowOptionalblockOptionalc4OptionalclassOptionaldarkOptionaldeterministicThis option controls if the generated ids of nodes in the SVG are
generated randomly or based on a seed.
If set to false, the IDs are generated based on the current date and
thus are not deterministic. This is the default behavior.
This matters if your files are checked into source control e.g. git and should not change unless content is changed.
OptionaldeterministicThis option is the optional seed for deterministic ids.
If set to undefined but deterministicIds is true, a simple number iterator is used.
You can set this attribute to base the seed on a static string.
OptionaldompurifyOptionalelkOptionalconsiderModelOrder?: "NONE" | "NODES_AND_EDGES" | "PREFER_EDGES" | "PREFER_NODES"Preserves the order of nodes and edges in the model file if this does not lead to additional edge crossings. Depending on the strategy this is not always possible since the node and edge order might be conflicting.
OptionalcycleBreakingStrategy?: "GREEDY" | "DEPTH_FIRST" | "INTERACTIVE" | "MODEL_ORDER" | "GREEDY_MODEL_ORDER"This strategy decides how to find cycles in the graph and deciding which edges need adjustment to break loops.
OptionalforceNodeModelOrder?: booleanThe node order given by the model does not change to produce a better layout. E.g. if node A is before node B in the model this is not changed during crossing minimization. This assumes that the node model order is already respected before crossing minimization. This can be achieved by setting considerModelOrder.strategy to NODES_AND_EDGES.
OptionalmergeEdges?: booleanElk specific option that allows edges to share path where it convenient. It can make for pretty diagrams but can also make it harder to read the diagram.
OptionalnodePlacementStrategy?: "SIMPLE" | "NETWORK_SIMPLEX" | "LINEAR_SEGMENTS" | "BRANDES_KOEPF"Elk specific option affecting how nodes are placed.
OptionalerOptionalflowchartOptionalfontSpecifies the font to be used in the rendered diagrams.
Can be any possible CSS font-family.
See https://developer.mozilla.org/en-US/docs/Web/CSS/font-family
OptionalfontOptionalforceThis option forces Mermaid to rely on KaTeX's own stylesheet for rendering MathML. Due to differences between OS fonts and browser's MathML implementation, this option is recommended if consistent rendering is important. If set to true, ignores legacyMathML.
OptionalganttOptionalgitOptionalhandDefines the seed to be used when using handDrawn look. This is important for the automated tests as they will always find differences without the seed. The default value is 0 which gives a random seed.
OptionalhtmlFlag for setting whether or not a html tag should be used for rendering labels on nodes and edges.
Note: Diagram-specific htmlLabels settings (e.g., flowchart.htmlLabels) are deprecated.
Use this root-level htmlLabels setting instead. The root-level htmlLabels takes precedence
over any diagram-specific settings.
OptionalishikawaOptionaljourneyOptionalkanbanOptionallayoutDefines which layout algorithm to use for rendering the diagram.
OptionallegacyThis option specifies if Mermaid can expect the dependent to include KaTeX stylesheets for browsers without their own MathML implementation. If this option is disabled and MathML is not supported, the math equations are replaced with a warning. If this option is enabled and MathML is not supported, Mermaid will fall back to legacy rendering for KaTeX.
OptionallogThis option decides the amount of logging to be used by mermaid.
OptionallookDefines which main look to use for the diagram.
OptionalmarkdownOptionalmaxDefines the maximum number of edges that can be drawn in a graph.
OptionalmaxThe maximum allowed size of the users text diagram
OptionalmindmapOptionalpacketOptionalpieOptionalquadrantOptionalradarOptionalrequirementOptionalsankeyOptionalsecureThis option controls which currentConfig keys are considered secure and
can only be changed via call to mermaid.initialize.
This prevents malicious graph directives from overriding a site's default security.
OptionalsecurityLevel of trust for parsed diagram
OptionalsequenceOptionalstartDictates whether mermaid starts on Page load
OptionalstateOptionalsuppressSuppresses inserting 'Syntax error' diagram in the DOM. This is useful when you want to control how to handle syntax errors in your application.
OptionalthemeTheme, the CSS style sheet.
You may also use themeCSS to override this value.
OptionalthemeOptionalthemeOptionaltimelineOptionalvennOptionalwrapOptionalxy
Controls whether or arrow markers in html code are absolute paths or anchors. This matters if you are using base tag settings.