Skip to content

Commit

Permalink
Merge branch 'master' of github.com:fralau/mkdocs-mermaid2-plugin int…
Browse files Browse the repository at this point in the history
…o master
  • Loading branch information
Laurent Franceschetti committed Sep 5, 2024
2 parents 2fb1038 + 12de333 commit 97db6aa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion webdoc/docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ pie title Which animals do you prefer as pets?
### How to write Mermaid diagrams

* For instructions on how to make a diagram, see [the official website](https://mermaid.js.org).
* If you are not familiar, see the [Mermaid Overview for Beginners](https://mermaid.js.org/community/n00b-overview.html).
* If you are not familiar, see the [Mermaid Overview for Beginners](https://mermaid.js.org/intro/getting-started.html).
* In case of doubt, you will want to test your diagrams in the [Mermaid Live Editor](https://mermaid.live).


Expand Down
4 changes: 2 additions & 2 deletions webdoc/docs/troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ In that case, the javascript library was probably not called.
If you are using the superfences extension, but you see the source
code, you probably forgot to declare the custom_fences, or declared the wrong
one.
Se more explanations under [Declaring the superfences extension](superfences.md#specifying-the-mermaid-custom-fence)
See more explanations under [Declaring the superfences extension](superfences.md#specifying-the-mermaid-custom-fence)

!!! Tip
**Examine the HTML code produced in the page and see the next questions.**
Expand Down Expand Up @@ -377,4 +377,4 @@ an identifier and not a string. The result will be:
},
bar: true
}
```
```

0 comments on commit 97db6aa

Please sign in to comment.