Fixed #456 sequenceDiagram: dotted line for alt and empty bracket should be hidden

And draw label with right bottom corner cut
This commit is contained in:
brook hong
2017-02-16 22:50:39 +08:00
parent fb70b9742a
commit c714a7a28c
3 changed files with 45 additions and 31 deletions

View File

@@ -226,6 +226,22 @@ end
</div>
<div class="mermaid">
sequenceDiagram
loop Daily query
Alice->>Bob: Hello Bob, how are you?
alt is sick
Bob->>Alice: Not so good :(
else
Bob->>Alice: Feeling fresh like a daisy
end
opt Extra response
Bob->>Alice: Thanks for asking
end
end
</div>
<div class="mermaid">
graph LR;
A[Start]-->B{a = '1,2'}