mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-11-14 17:54:13 +01:00
Update usage.md
This commit is contained in:
@@ -63,8 +63,8 @@ The easiest way to integrate mermaid on a web page requires three elements:
|
|||||||
</div>
|
</div>
|
||||||
```
|
```
|
||||||
|
|
||||||
**If these things are in place mermaid starts at the page load event and when fired (when the page has loaded) it will
|
**Following these directions, mermaid starts at page load and (when the page has loaded) it will
|
||||||
locate the graph definitions inside the `div` tags with `class="mermaid"` on the page and return svg charts or diagrams with their corresponding definitions.**
|
locate the graph definitions inside the `div` tags with `class="mermaid"` and return diagrams in SVG form, following given definitions.**
|
||||||
|
|
||||||
## Simple full example:
|
## Simple full example:
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user