mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-15 13:29:40 +02:00
* Support for comments pointed out in issue #47
This commit is contained in:
@@ -24,6 +24,8 @@
|
||||
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);
|
||||
|
||||
%% Comments after double percent signs
|
||||
di-->ro2(Rounded square shape);
|
||||
e((Inner circle))-->f(,.?!+-*ز);
|
||||
style e red;
|
||||
@@ -35,6 +37,7 @@
|
||||
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);
|
||||
%% Comments after double percent signs
|
||||
e((Inner circle))-->f(,.?!+-*ز);
|
||||
cyr[Cyrillic]-->cyr2((Circle shape Начало));
|
||||
style e red;
|
||||
|
Reference in New Issue
Block a user