Skip to content

Commit

Permalink
feat: Update mermaid version to same as GitHub (#58)
Browse files Browse the repository at this point in the history
# Mermaid version

- old 10.9.1
- new 11.3.0

# How to check

```markdown
  ```mermaid
  info
  ```
```
  • Loading branch information
ShortArrow authored Jan 12, 2025
1 parent b95fbe0 commit 5030c99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/template.html
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@
loadmd();
})()
</script>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/mermaid/10.9.1/mermaid.min.js"></script>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/mermaid/11.3.0/mermaid.min.js"></script>
<article id="markdown-body" class="markdown-body"></article>
</body>
</html>

0 comments on commit 5030c99

Please sign in to comment.