test mermaid

This commit is contained in:
2025-10-14 11:32:28 +02:00
parent a9064887fc
commit 4894771537

View File

@@ -343,10 +343,10 @@ Le chemin de calcul de cet automate correspond à ce qui se passe quand on écra
```mermaid
graph TD;
R((q{0}))-->|a|R0((q{0,1}));
R0 -->|b|R00(((q{0,2})));
R00 -->|a|R000((q{0,1,3}));
R000-->|b|R0000(((q{0,2,3})));
R((0))-->|a|R0((0,1));
R0 -->|b|R00(((0,2)));
R00 -->|a|R000((0,1,3));
R000-->|b|R0000(((0,2,3)));
```