New release

This commit is contained in:
knsv 2015-10-19 22:08:17 +02:00
parent b43e695da2
commit ecb12ae2a8
12 changed files with 6566 additions and 6057 deletions

2
dist/mermaid.js vendored
View File

@ -30976,7 +30976,7 @@ module.exports = '1.0.7';
},{}],86:[function(require,module,exports){
module.exports={
"name": "mermaid",
"version": "0.5.3-2",
"version": "0.5.4",
"description": "Markdownish syntax for generating flowcharts, sequence diagrams and gantt charts.",
"main": "src/mermaid.js",
"keywords": [

36
dist/mermaid.min.js vendored

File diff suppressed because one or more lines are too long

View File

@ -21471,7 +21471,7 @@ module.exports = '1.0.7';
},{}],85:[function(require,module,exports){
module.exports={
"name": "mermaid",
"version": "0.5.3-2",
"version": "0.5.4",
"description": "Markdownish syntax for generating flowcharts, sequence diagrams and gantt charts.",
"main": "src/mermaid.js",
"keywords": [

File diff suppressed because one or more lines are too long

2
dist/mermaidAPI.js vendored
View File

@ -30643,7 +30643,7 @@ module.exports = '1.0.7';
},{}],85:[function(require,module,exports){
module.exports={
"name": "mermaid",
"version": "0.5.3-2",
"version": "0.5.4",
"description": "Markdownish syntax for generating flowcharts, sequence diagrams and gantt charts.",
"main": "src/mermaid.js",
"keywords": [

20
dist/mermaidAPI.min.js vendored Normal file

File diff suppressed because one or more lines are too long

View File

@ -21138,7 +21138,7 @@ module.exports = '1.0.7';
},{}],84:[function(require,module,exports){
module.exports={
"name": "mermaid",
"version": "0.5.3-2",
"version": "0.5.4",
"description": "Markdownish syntax for generating flowcharts, sequence diagrams and gantt charts.",
"main": "src/mermaid.js",
"keywords": [

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -25,11 +25,13 @@ Options:
-c --sequenceConfig Specify the path to the file with the configuration to be applied in the sequence diagram
-h --help Show this message
-v --verbose Show logging
-w --width width of the generated png (number)
--version Print version and quit
```
```
mermaid testGraph.mmd
mermaid testGraph.mmd
mermaid testGraph.mmd -w 980
```
## Sequence diagram configuration

View File

@ -1,6 +1,6 @@
{
"name": "mermaid",
"version": "0.5.3-2",
"version": "0.5.4",
"description": "Markdownish syntax for generating flowcharts, sequence diagrams and gantt charts.",
"main": "src/mermaid.js",
"keywords": [

View File

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