mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-08 01:56:42 +02:00
Fixed broken links and syntax in the document
This commit is contained in:
@@ -609,7 +609,7 @@ click nodeId callback
|
||||
|
||||
Examples of tooltip usage below:
|
||||
|
||||
```
|
||||
```html
|
||||
<script>
|
||||
var callback = function(){
|
||||
alert('A callback was triggered');
|
||||
@@ -654,7 +654,7 @@ graph LR;
|
||||
```
|
||||
|
||||
Beginners tip, a full example using interactive links in a html context:
|
||||
```
|
||||
```html
|
||||
<body>
|
||||
<div class="mermaid">
|
||||
graph LR;
|
||||
|
Reference in New Issue
Block a user