Skip to content

Commit

Permalink
Merge pull request #22 from CJKay/v9.1.5
Browse files Browse the repository at this point in the history
Upgrade Mermaid to v9.1.5
  • Loading branch information
mersinvald authored Aug 17, 2022
2 parents 7541946 + 83b9d85 commit 45d66ea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 32 deletions.
33 changes: 2 additions & 31 deletions doc/js/mermaid.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/attrs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ use std::iter;
use syn::{Attribute, Ident, MetaNameValue};

const MERMAID_JS_LOCAL: &str = "../mermaid.min.js";
const MERMAID_JS_CDN: &str = "https://unpkg.com/mermaid@8.13.4/dist/mermaid.min.js";
const MERMAID_JS_CDN: &str = "https://unpkg.com/mermaid@9.1.5/dist/mermaid.min.js";

const UNEXPECTED_ATTR_ERROR: &str =
"unexpected attribute inside a diagram definition: only #[doc] is allowed";
Expand Down

0 comments on commit 45d66ea

Please sign in to comment.