Skip to content

Commit d0c58ab

Browse files
committed
Develop Mermaid Astro component which converts expressive code mermaid examples into SVG diagrams on the client. Conversion happens not immediately, but only when it appears on the next screen
1 parent ca61749 commit d0c58ab

File tree

3 files changed

+920
-14
lines changed

3 files changed

+920
-14
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@
6363
"katex": "^0.16.21",
6464
"kleur": "^4.1.5",
6565
"mdast-util-to-string": "^4.0.0",
66+
"mermaid": "^11.5.0",
6667
"nanostores": "^0.11.4",
6768
"octokit": "^4.1.2",
6869
"react": "^19.0.0",

0 commit comments

Comments
 (0)