You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/ecosystem/integrations-community.md
+8
Original file line number
Diff line number
Diff line change
@@ -42,6 +42,12 @@ Below are a list of community plugins and integrations created with Mermaid.
42
42
-[Mermaid plugin for GitBook](https://github.com/wwformat/gitbook-plugin-mermaid-pdf)
43
43
-[LiveBook](https://livebook.dev) ✅
44
44
-[Atlassian Products](https://www.atlassian.com)
45
+
-[Mermaid for Confluence](https://marketplace.atlassian.com/apps/1224722/mermaid-for-confluence?hosting=cloud&tab=overview)
46
+
-[Mermaid Integration for Confluence](https://marketplace.atlassian.com/apps/1222792/mermaid-integration-for-confluence?hosting=cloud&tab=overview)
47
+
-[Mermaid Diagrams for Confluence](https://marketplace.atlassian.com/apps/1226945/mermaid-diagrams-for-confluence?hosting=cloud&tab=overview)
48
+
-[Mermaid Macro for Confluence](https://marketplace.atlassian.com/apps/1231150/mermaid-macro-for-confluence?hosting=cloud&tab=overview)
49
+
-[EliteSoft Mermaid Charts and Diagrams](https://marketplace.atlassian.com/apps/1227286/elitesoft-mermaid-charts-and-diagrams?hosting=cloud&tab=overview)
50
+
-[Mermaid for Jira Cloud - Draw UML diagrams easily](https://marketplace.atlassian.com/apps/1223053/mermaid-for-jira-cloud-draw-uml-diagrams-easily?hosting=cloud&tab=overview)
45
51
-[Mermaid Charts & Diagrams for Confluence](https://marketplace.atlassian.com/apps/1222572/)
46
52
-[Mermaid Charts & Diagrams for Jira](https://marketplace.atlassian.com/apps/1224537/)
47
53
-[Mermaid Live Editor for Confluence Cloud](https://marketplace.atlassian.com/apps/1231571/mermaid-live-editor-for-confluence?hosting=cloud&tab=overview)
@@ -100,6 +106,8 @@ Communication tools and platforms
Copy file name to clipboardexpand all lines: docs/intro/index.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -340,7 +340,7 @@ To Deploy Mermaid:
340
340
</script>
341
341
```
342
342
343
-
**Doing so commands the mermaid parser to look for the `<div>` or `<pre>` tags with `class="mermaid"`. From these tags, mermaid tries read the diagram/chart definitions and render them into SVG charts.**
343
+
**Doing so commands the mermaid parser to look for the `<div>` or `<pre>` tags with `class="mermaid"`. From these tags, mermaid tries to read the diagram/chart definitions and render them into SVG charts.**
344
344
345
345
**Examples can be found in**[Other examples](../syntax/examples.md)
title Component diagram for Internet Banking System - API Application
400
400
401
401
Container(spa, "Single Page Application", "javascript and angular", "Provides all the internet banking functionality to customers via their web browser.")
402
-
Container(ma, "Mobile App", "Xamarin", "Provides a limited subset ot the internet banking functionality to customers via their mobile mobile device.")
402
+
Container(ma, "Mobile App", "Xamarin", "Provides a limited subset to the internet banking functionality to customers via their mobile mobile device.")
title Component diagram for Internet Banking System - API Application
440
440
441
441
Container(spa, "Single Page Application", "javascript and angular", "Provides all the internet banking functionality to customers via their web browser.")
442
-
Container(ma, "Mobile App", "Xamarin", "Provides a limited subset ot the internet banking functionality to customers via their mobile mobile device.")
442
+
Container(ma, "Mobile App", "Xamarin", "Provides a limited subset to the internet banking functionality to customers via their mobile mobile device.")
0 commit comments