Skip to content

Commit 15fb5fe

Browse files
committed
Fix unsupported backticks in Mermaid
1 parent 3a39a9a commit 15fb5fe

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

index.qmd

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -61,12 +61,12 @@ view of how the ecosystem fits together.
6161
```{mermaid}
6262
%%| fig-cap: "The pharmaverse clinical data pipeline"
6363
flowchart LR
64-
RAW["**Raw Data**\n`{pharmaverseraw}`"]
65-
SDTM["**SDTM**\n`{sdtm.oak}`"]
66-
ADAM["**ADaM**\n`{admiral}`"]
67-
TLG["**TLG**\n`{rtables}` · `{tern}`"]
68-
INT["**Interactive**\n`{teal}`"]
69-
DOC["**Documents**\n`{autoslideR}`"]
64+
RAW["**Raw Data**\n{pharmaverseraw}"]
65+
SDTM["**SDTM**\n{sdtm.oak}"]
66+
ADAM["**ADaM**\n{admiral}"]
67+
TLG["**TLG**\n{rtables} · {tern}"]
68+
INT["**Interactive**\n{teal}"]
69+
DOC["**Documents**\n{autoslideR}"]
7070
ESUB["**eSub**"]
7171
LOG["**Logging**"]
7272

0 commit comments

Comments
 (0)