Repair timeline event lines that lead with an HH:MM clock time:
08:38 : CU22 published โ 08.38 : CU22 published
Mermaid's timeline grammar treats : as the separator between <title> and <event>. An event line 08:38 : CU22 published therefore parses as title=08, event=38, and the third colon triggers a "Parse error". Replacing the colon between the two leading digit pairs with . keeps the clock readable for humans and parseable for Mermaid.
Only triggers on lines that are not the timeline keyword, title โฆ, section โฆ, comments, or directives.
Repair
timelineevent lines that lead with anHH:MMclock time:Mermaid's timeline grammar treats
:as the separator between<title>and<event>. An event line08:38 : CU22 publishedtherefore parses astitle=08,event=38, and the third colon triggers a "Parse error". Replacing the colon between the two leading digit pairs with.keeps the clock readable for humans and parseable for Mermaid.Only triggers on lines that are not the
timelinekeyword,title โฆ,section โฆ, comments, or directives.