Listes chaînées : images Pokémon dans le schéma

This commit is contained in:
2026-06-16 10:18:45 +02:00
parent ef2895eaa3
commit 490c31de58
4 changed files with 20 additions and 7 deletions

View File

@@ -41,13 +41,26 @@ m1 = Maillon("Bulbizarre", m2)
Chaque Pokémon connait son évolution suivante - mais pas la précédente. C'est exactement le principe du maillon. Chaque Pokémon connait son évolution suivante - mais pas la précédente. C'est exactement le principe du maillon.
```mermaid <div style="display:flex;align-items:center;gap:1rem;flex-wrap:wrap;">
flowchart LR <div style="text-align:center">
A["Bulbizarre\n(valeur)"] -->|"suivant"| B["Herbizarre\n(valeur)"] <img src="bulbizarre.jpg" alt="Bulbizarre" style="height:80px"><br>
B -->|"suivant"| C["Florizarre\n(valeur)"] <strong>Bulbizarre</strong>
C -->|"suivant"| N["None"] </div>
style N fill:#eee,stroke:#aaa,color:#aaa <span style="font-size:2rem"></span>
``` <div style="text-align:center">
<img src="herbizarre.jpg" alt="Herbizarre" style="height:80px"><br>
<strong>Herbizarre</strong>
</div>
<span style="font-size:2rem"></span>
<div style="text-align:center">
<img src="florizarre.png" alt="Florizarre" style="height:80px"><br>
<strong>Florizarre</strong>
</div>
<span style="font-size:2rem"></span>
<div style="text-align:center;color:#aaa">
<strong>None</strong>
</div>
</div>
--- ---

Binary file not shown.

After

Width:  |  Height:  |  Size: 60 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 231 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 71 KiB