mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-08-15 06:19:24 +02:00
(minor) fix typo, whitespace formatting
This commit is contained in:

parent
9cc862b951
commit
68b1805c40
@@ -68,8 +68,8 @@
|
|||||||
<pre class="mermaid">
|
<pre class="mermaid">
|
||||||
stateDiagram-v2
|
stateDiagram-v2
|
||||||
accTitle: very very simple state
|
accTitle: very very simple state
|
||||||
accDescr: This is a state diagram showing one state
|
accDescr: This is a state diagram showing one state
|
||||||
State1
|
State1
|
||||||
</pre>
|
</pre>
|
||||||
<hr />
|
<hr />
|
||||||
|
|
||||||
|
@@ -381,7 +381,7 @@ export const removeExistingElements = (
|
|||||||
* @param id - The id for the SVG element (the element to be rendered)
|
* @param id - The id for the SVG element (the element to be rendered)
|
||||||
* @param text - The text for the graph definition
|
* @param text - The text for the graph definition
|
||||||
* @param cb - Callback which is called after rendering is finished with the svg code as in param.
|
* @param cb - Callback which is called after rendering is finished with the svg code as in param.
|
||||||
* @param container - HTML element where the svg will be inserted. (Is usually element with the .mermaid class)
|
* @param svgContainingElement - HTML element where the svg will be inserted. (Is usually element with the .mermaid class)
|
||||||
* If no svgContainingElement is provided then the SVG element will be appended to the body.
|
* If no svgContainingElement is provided then the SVG element will be appended to the body.
|
||||||
* Selector to element in which a div with the graph temporarily will be
|
* Selector to element in which a div with the graph temporarily will be
|
||||||
* inserted. If one is provided a hidden div will be inserted in the body of the page instead. The
|
* inserted. If one is provided a hidden div will be inserted in the body of the page instead. The
|
||||||
|
Reference in New Issue
Block a user