Fix for br tags within nodes for new line

This commit is contained in:
knsv
2014-11-25 22:58:57 +01:00
parent 2317ea5117
commit 9c31ac8aa6
11 changed files with 934 additions and 179 deletions

View File

@@ -3,11 +3,11 @@
<head>
<script src="../dist/mermaid.full.js"></script>
<scrpt>
<script>
var mermaid_config = {
startOnLoad:true
}
</scrpt>
</script>
<script>
function apa(){
console.log('CLICKED');
@@ -22,7 +22,7 @@
chimp:Chimpansenhoppar
</div>
<div class="mermaid">
graph TB;A(Astrid # a)-->B[Irene];
graph TB;A(Astrid <br> b)-->B[Irene];
A-->C[Christer];
B-->D[Micke];
B-->E[Maria];