mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-08-26 19:56:45 +02:00
Update screenshots
This commit is contained in:
@@ -4,6 +4,8 @@
|
|||||||
[](https://codeclimate.com/github/knsv/mermaid)
|
[](https://codeclimate.com/github/knsv/mermaid)
|
||||||
[](https://gitter.im/knsv/mermaid?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
|
[](https://gitter.im/knsv/mermaid?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
Generation of diagrams and flowcharts from text in a similar manner as markdown.
|
Generation of diagrams and flowcharts from text in a similar manner as markdown.
|
||||||
|
|
||||||
Ever wanted to simplify documentation and avoid heavy tools like Visio when explaining your code?
|
Ever wanted to simplify documentation and avoid heavy tools like Visio when explaining your code?
|
||||||
@@ -27,7 +29,7 @@ graph TD;
|
|||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<img src='http://www.sveido.com/mermaid/img/ex1.png' alt='Example 1'>
|
<img src='./img/flow.png' alt='Flowchart'>
|
||||||
</p>
|
</p>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
@@ -42,7 +44,7 @@ sequenceDiagram
|
|||||||
loop Healthcheck
|
loop Healthcheck
|
||||||
John->>John: Fight against hypochondria
|
John->>John: Fight against hypochondria
|
||||||
end
|
end
|
||||||
Note right of John: Rational thoughts <br/>prevail...
|
Note right of John: Rational thoughts <br/>prevail...
|
||||||
John-->>Alice: Great!
|
John-->>Alice: Great!
|
||||||
John->>Bob: How about you?
|
John->>Bob: How about you?
|
||||||
Bob-->>John: Jolly good!
|
Bob-->>John: Jolly good!
|
||||||
@@ -50,7 +52,7 @@ sequenceDiagram
|
|||||||
</pre>
|
</pre>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<img src='http://www.sveido.com/mermaid/img/seq1.png' alt='Example 2'>
|
<img src='./img/sequence.png' alt='Sequence Diagram'>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
|
BIN
img/flow.png
Normal file
BIN
img/flow.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 6.1 KiB |
BIN
img/sequence.png
Normal file
BIN
img/sequence.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 30 KiB |
Reference in New Issue
Block a user