mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-10-08 08:39:38 +02:00
Release 0.2.6
* Default shape set to rect when none is set
This commit is contained in:
@@ -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>
|
||||
|
||||
|
Reference in New Issue
Block a user