Commit 4a58ef9
committed
fix(docs): Fix Mermaid timeline syntax for GitHub rendering
- Changed time format from '07:00 AM UTC' to '0700 UTC' (remove colons)
- Changed title separator from ':' to '-' to avoid parser issues
- Changed arrow '→' to dash '-' in event text
- GitHub Mermaid parser had issues with colons in timeline events
Error was:
Parse error on line 4: Expecting 'EOF', 'SPACE', 'NEWLINE', got 'INVALID'
This fix ensures the Black Thursday timeline diagram renders correctly on GitHub.1 parent d442c8e commit 4a58ef9
1 file changed
+12
-12
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | | - | |
22 | | - | |
23 | | - | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
24 | 24 | | |
25 | | - | |
26 | | - | |
27 | | - | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
28 | 28 | | |
29 | | - | |
30 | | - | |
31 | | - | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
32 | 32 | | |
33 | | - | |
34 | | - | |
| 33 | + | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| |||
0 commit comments