Skip to content

Commit 1dd3b43

Browse files
committed
Fix mermaid chart
1 parent 339ed7a commit 1dd3b43

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ serve as the main classes to call different menu options.
5454

5555
```mermaid
5656
graph TD
57-
5857
SubGraph1Flow(Storage and I/O)
5958
subgraph "Storage utilities"
6059
SubGraph1Flow --> A[Stacked_damages]
@@ -67,7 +66,7 @@ SubGraph1Flow(Storage and I/O)
6766
B[MainMenu] --> C[AddingUpRecipe];
6867
B[MainMenu] --> D[RiskAversionRecipe];
6968
B[MainMenu] --> E[EquityRecipe]
70-
end
69+
end
7170
```
7271

7372
`StackedDamages` takes care of parsing all monetized damage data from several

mkdocs.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,11 @@ plugins:
2222

2323
markdown_extensions:
2424
- "pymdownx.snippets"
25+
- pymdownx.superfences:
26+
custom_fences:
27+
- name: mermaid
28+
class: mermaid
29+
format: !!python/name:pymdownx.superfences.fence_code_format
2530

2631
nav:
2732
- Home: index.md

0 commit comments

Comments
 (0)