Skip to content

Commit

Permalink
Added support for nested subgraphs in grammar, part 1 of issue #161
Browse files Browse the repository at this point in the history
  • Loading branch information
knsv committed May 9, 2015
1 parent ae6bb57 commit 824a43f
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 23 deletions.
17 changes: 9 additions & 8 deletions dist/mermaid.full.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions dist/mermaid.full.min.js

Large diffs are not rendered by default.

17 changes: 9 additions & 8 deletions dist/mermaid.slim.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions dist/mermaid.slim.min.js

Large diffs are not rendered by default.

5 changes: 4 additions & 1 deletion test/gantt.html
Original file line number Diff line number Diff line change
Expand Up @@ -179,9 +179,12 @@
stroke:red;
stroke-width:2px;
}
div.mermaid {
text-align: center;
}
</style>
</head>
<body>
<body style="wodth:400px;">
<h1>scale tests</h1>
<h2>less then a day</h2>
<div class="mermaid">
Expand Down

0 comments on commit 824a43f

Please sign in to comment.