Updated shape syntax

Coverage instrumentation in tests
This commit is contained in:
knsv
2014-11-27 18:21:15 +01:00
parent 289329736d
commit fe1c78ca29
12 changed files with 197 additions and 115 deletions

View File

@@ -45,12 +45,12 @@
<h1>Shapes</h1>
<div class="mermaid">
graph TD;
sq[Square shape]-->ci(Circle shape);
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 broken]-->ro{Rounded<br>square<br>shape};
di[Diamond is broken]-->ro2{Rounded square shape};
e(Inner circle);
di{Diamond is <br/> broken}-->ro(Rounded<br>square<br>shape);
di-->ro2(Rounded square shape);
e((Inner circle));
style e red;
</div>