Skip to content

Commit b93ef75

Browse files
authored
Add mermaid diagram support in markdown (#185)
1 parent 29b828d commit b93ef75

6 files changed

Lines changed: 193 additions & 419 deletions

File tree

cider-app/angular.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,9 @@
4242
"src/styles.scss",
4343
"node_modules/oatear-longtable/longtable-styles.css"
4444
],
45-
"scripts": [],
45+
"scripts": [
46+
"node_modules/mermaid/dist/mermaid.min.js"
47+
],
4648
"browser": "src/main.ts"
4749
},
4850
"configurations": {
@@ -112,7 +114,9 @@
112114
"src/styles.scss",
113115
"node_modules/oatear-longtable/longtable-styles.css"
114116
],
115-
"scripts": []
117+
"scripts": [
118+
"node_modules/mermaid/dist/mermaid.min.js"
119+
]
116120
}
117121
}
118122
}

0 commit comments

Comments
 (0)