From b5931eb6290d1d032fd5ac4403dc352b245e63b1 Mon Sep 17 00:00:00 2001 From: Florent Madelaine Date: Tue, 14 Oct 2025 11:23:07 +0200 Subject: [PATCH] test mermaid --- 1-ComputationAndData/0Planning2025.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/1-ComputationAndData/0Planning2025.md b/1-ComputationAndData/0Planning2025.md index df4a2dc..f1c6a4f 100644 --- a/1-ComputationAndData/0Planning2025.md +++ b/1-ComputationAndData/0Planning2025.md @@ -315,10 +315,14 @@ Il y a trois chemins acceptants dont un seul accepte en terminant dans l'état a ```mermaid graph TD; - R(q0)-->|a|R0(q0); - R(q0)-->|a|R1(q1); + R((q0))-->|a|R0((q0)); + R0((q0))-->|b|R00((q0)); + R00((q0))-->|a|R000((q0)); + R000((q0))-->|b|R0000((q0)); + R00((q0))-->|a|R001((q1)); + R001((q1))-->|b|R0010(((q2))); - + R((q0))-->|a|R1((q1)); ```