Commit 603031

2026-04-13 13:57:59 Erik64: added flowchart under construction
eft/quests.md ..
@@ 26,3 26,26 @@
Debut
</a>
</div>
+
+ ```mermaid
+ ---
+ config:
+ theme: 'base'
+ themeVariables:
+ primaryColor: '#24620d'
+ primaryTextColor: '#fff'
+ primaryBorderColor: '#488f2e'
+ lineColor: '#488f2e'
+
+ ---
+ flowchart TD
+ Debut[Debut]
+ ShootingCans[Shooting cans]
+ C[Idk the fucking next one]
+ D[Rest to be added...]
+ ShootingCans-->Debut
+ Debut-->C
+ C-->D
+ Debut-->D
+ click ShootingCans "https://escapefromtarkov.fandom.com/wiki/Shooting_Cans" "The Wiki page for Shooting Cans"
+ ```
0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9