File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,6 @@ serve as the main classes to call different menu options.
5454
5555``` mermaid
5656graph TD
57-
5857SubGraph1Flow(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
Original file line number Diff line number Diff line change @@ -22,6 +22,11 @@ plugins:
2222
2323markdown_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
2631nav :
2732 - Home : index.md
You can’t perform that action at this time.
0 commit comments