From c0cbff2d93f4eb84bbe82c9764f95cc7da51126c Mon Sep 17 00:00:00 2001 From: TimoDiepers Date: Fri, 13 Sep 2024 10:19:09 +0200 Subject: [PATCH] fix broken mermaid chart in getting started nb --- docs/content/examples/temporal_distribution_ev.svg | 1 - notebooks/getting_started.ipynb | 6 +++--- 2 files changed, 3 insertions(+), 4 deletions(-) delete mode 100644 docs/content/examples/temporal_distribution_ev.svg diff --git a/docs/content/examples/temporal_distribution_ev.svg b/docs/content/examples/temporal_distribution_ev.svg deleted file mode 100644 index 95ff07d..0000000 --- a/docs/content/examples/temporal_distribution_ev.svg +++ /dev/null @@ -1 +0,0 @@ -204020302020ConstructionElectricityEnd of Life diff --git a/notebooks/getting_started.ipynb b/notebooks/getting_started.ipynb index 52cd41f..ed2f09b 100644 --- a/notebooks/getting_started.ipynb +++ b/notebooks/getting_started.ipynb @@ -37,9 +37,9 @@ " CO2(CO2):::bio\n", "end\n", "\n", - "B-->|\"3 kg \\n  \"|A\n", - "A-.->|\"5 kg \\n  \"|CO2\n", - "B-.->|\"11 kg \\n  \"|CO2\n", + "B-->|\"3 kg\"|A\n", + "A-.->|\"5 kg\"|CO2\n", + "B-.->|\"11 kg\"|CO2\n", "\n", "classDef fg color:#222832, fill:#3fb1c5, stroke:none;\n", "classDef bg color:#222832, fill:#3fb1c5, stroke:none;\n",