Skip to content

Commit 67edb49

Browse files
committed
fix: The mermaid diagrams had a syntax error and were not displaying in explanation/data-flow.
1 parent 366130d commit 67edb49

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

explanation/data-flow.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ This document traces that journey step by step, explaining not just *what* happe
1111

1212
Health data flows through JupyterHealth Exchange across three major phases: **Acquisition**, **Exchange**, and **Analysis**. This sequence diagram shows **who** does **what** at each stage:
1313

14-
:::\{div}
14+
:::{div}
1515
:class: dark:hidden
1616

1717
```{mermaid}
@@ -51,7 +51,7 @@ sequenceDiagram
5151

5252
:::
5353

54-
:::\{div}
54+
:::{div}
5555
:class: hidden dark:block
5656

5757
```{mermaid}

0 commit comments

Comments
 (0)