mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-23 01:09:42 +02:00
Updated readme and changes to the coverage setting on the ci server
This commit is contained in:
@@ -16,13 +16,13 @@
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
<div class="mermaid">
|
||||
<div class="mermaid2">
|
||||
sequence TB
|
||||
apa:Apanhoppar
|
||||
bapa:Server
|
||||
chimp:Chimpansenhoppar
|
||||
</div>
|
||||
<div class="mermaid">
|
||||
<div class="mermaid2">
|
||||
graph TB;A(Astrid <br> b)-->B[Irene];
|
||||
A-->C[Christer];
|
||||
B-->D[Micke];
|
||||
@@ -36,14 +36,10 @@
|
||||
</div>
|
||||
<div class="mermaid">
|
||||
graph TD;
|
||||
eag[Läsa bok 2]-->b;
|
||||
b{Fundera}---|Klocka|c(Vidar);
|
||||
b-->|Lego text|d(Bjarke går);
|
||||
e(orphan);
|
||||
style eag red;
|
||||
id1>This is the text in the box];
|
||||
</div>
|
||||
<h1>Shapes</h1>
|
||||
<div class="mermaid">
|
||||
<div class="mermaidw">
|
||||
graph TD;
|
||||
sq[Square shape]-->ci((Circle shape));
|
||||
od>Odd shape]---|Two line<br>edge comment|ro;
|
||||
|
Reference in New Issue
Block a user