Fix for issue #501

Added heko request to readme
This commit is contained in:
Knut Sveidqvist
2017-04-01 13:51:03 +02:00
parent d7b1eb74e5
commit c7c077c21c
30 changed files with 56405 additions and 51967 deletions

View File

@@ -29,7 +29,7 @@ A should have a red background with styling from class.
<script>
mermaidAPI.initialize({
startOnLoad: true,
logLevel: 1
logLevel: 5
});
</script>

View File

@@ -1,12 +1,4 @@
{
"diagramMarginX": 50,
"diagramMarginY": 10,
"actorMargin": 50,
"width": 150,
"height": 15,
"boxMargin": 10,
"boxTextMargin": 5,
"noteMargin": 10,
"messageMargin": 35,
"mirrorActors":false
}

View File

@@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8">
<script src="bower_components/mermaid/dist/mermaid.full.min.js"></script>
<script src="bower_components/mermaid/dist/mermaid.min.js"></script>
<script>
var mermaid_config = {
startOnLoad:true