Remove live-server

This commit is contained in:
Tyler Long
2017-09-03 20:07:40 +08:00
parent 973f5b2591
commit 3fbb5f08b8
17 changed files with 44 additions and 312 deletions

View File

@@ -2,18 +2,17 @@
<html>
<head>
<meta charset="UTF-8">
<script src="../../dist/mermaid.js"></script>
<script>
var config = {
startOnLoad:false,
startOnLoad: true,
callback:function(id){
console.log(id,' rendered');
},
flowchart:{
useMaxWidth:true,
htmlLabels:true
}
useMaxWidth:true,
htmlLabels:true
}
};
mermaid.initialize(config);
</script>
@@ -25,17 +24,15 @@
<style>
.cluster {
fill: #fcac93;
rx:4px;
stroke: grey;
}
</style>
<link rel="stylesheet" href="../../dist/mermaid.forest.css"/>
</head>
<body>
<h1>Issue 211</h1>
<h1>Issue 210</h1>
A should have a red background.
<div class="mermaid" id="i211">
graph LR;
A-->B[AAA<span>BBB</span>];
B-->D;