fix: switch to real mermaid diagrams instaead of images in readme

This commit is contained in:
Knut Sveidqvist
2022-01-28 09:14:12 +01:00
parent 222fafe686
commit d1c7f1c2e3

View File

@@ -50,7 +50,13 @@ C -->|One| D[Result 1]
C -->|Two| E[Result 2] C -->|Two| E[Result 2]
</pre></td> </pre></td>
<td align="center"> <td align="center">
<img src="https://raw.githubusercontent.com/mermaid-js/mermaid/master/img/gray-flow.png" /> <div class="mermaid">
flowchart TD
A[Hard] -->|Text| B(Round)
B --> C{Decision}
C -->|One| D[Result 1]
C -->|Two| E[Result 2]
</div>
</td> </td>
</tr> </tr>
<!-- </Flowchart> --> <!-- </Flowchart> -->