From b8ef76f130adad83f5a3db7c07d18d9be737e2ff Mon Sep 17 00:00:00 2001 From: SilvM Date: Mon, 19 Apr 2021 10:11:01 +0800 Subject: [PATCH] Add joplin to integrations https://joplinapp.org/markdown/#diagrams --- docs/integrations.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/integrations.md b/docs/integrations.md index 8a60d2a4f..c3a621cd6 100644 --- a/docs/integrations.md +++ b/docs/integrations.md @@ -9,6 +9,7 @@ They also serve as proof of concept, for the variety of things that can be built - [GitLab](https://docs.gitlab.com/ee/user/markdown.html#diagrams-and-flowcharts) (**Native support**) - [Azure Devops](https://docs.microsoft.com/en-us/azure/devops/project/wiki/wiki-markdown-guidance?view=azure-devops#add-mermaid-diagrams-to-a-wiki-page) (**Native support**) +- [Joplin](https://joplinapp.org) (**Native support**) - [GitHub](https://github.com) - [Github action: Compile mermaid to image](https://github.com/neenjaw/compile-mermaid-markdown-action) - [svg-generator](https://github.com/SimonKenyonShepard/mermaidjs-github-svg-generator)