Release 0.2.6

* Default shape set to rect when none is set
This commit is contained in:
knsv
2014-11-28 18:08:36 +01:00
parent 9a35844731
commit 0c87128902
8 changed files with 77 additions and 44 deletions

View File

@@ -34,19 +34,19 @@
E-->I[Ingvild];
click A apa;
</div>
<div class="mermaid">
<div class="mermaid2">
graph TD;
id1>This is the text in the box];
</div>
<h1>Shapes</h1>
<div class="mermaidw">
<div class="mermaid">
graph TD;
sq[Square shape]-->ci((Circle shape));
od>Odd shape]---|Two line<br>edge comment|ro;
od2>Really long text in an Odd shape]-->od3>Really long text with linebreak<br>in an Odd shape];
di{Diamond is <br/> broken}-->ro(Rounded<br>square<br>shape);
di-->ro2(Rounded square shape);
e((Inner circle));
e((Inner circle))-->f;
style e red;
</div>