mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-29 20:29:40 +02:00
New docs and updated dist
This commit is contained in:
@@ -144,7 +144,7 @@ could be used. The example just logs the resulting svg to the javascript console
|
||||
<script>
|
||||
mermaidAPI.initialize({
|
||||
startOnLoad:false
|
||||
});
|
||||
});
|
||||
// Example of using the API
|
||||
$(function(){
|
||||
var graphDefinition = 'graph TB\na-->b';
|
||||
@@ -158,7 +158,7 @@ could be used. The example just logs the resulting svg to the javascript console
|
||||
$ = require('jquery');
|
||||
mermaidAPI = require('mermaid').mermaidAPI;
|
||||
mermaidAPI.initialize({
|
||||
startOnLoad:false
|
||||
startOnLoad:false
|
||||
});
|
||||
|
||||
$(function(){
|
||||
|
Reference in New Issue
Block a user