Commit b6a6eca2 authored by Claude Meny's avatar Claude Meny

Update textbook.en.md

parent dda834f5
Pipeline #2616 failed with stage
in 23 seconds
......@@ -12,6 +12,17 @@ graph TD;
C-->D;
```
<br>
```mermaid
graph TD;
write_courses_with_m3p2-->display_in_website;
write_courses_with_m3p2-->create_customized_pdf;
write_courses_with_m3p2-->use_in_videoprojection;
display_in_website-->student;
create_customized_pdf-->student;
use_in_videoprojection-->student;
```
<br>
```mermaid
graph LR
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment