From 2ad5481936d4f478c7948dff1e22e783157ea28a Mon Sep 17 00:00:00 2001 From: "github-merge-queue[bot]" Date: Tue, 5 Sep 2023 05:53:13 +0000 Subject: [PATCH] Update docs --- docs/ecosystem/integrations.md | 2 +- docs/syntax/flowchart.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/ecosystem/integrations.md b/docs/ecosystem/integrations.md index 9249d01ca..c0e8f96c8 100644 --- a/docs/ecosystem/integrations.md +++ b/docs/ecosystem/integrations.md @@ -89,7 +89,7 @@ They also serve as proof of concept, for the variety of things that can be built ## Communication - [Discourse](https://discourse.org) - - [Mermaid Theme Component](https://meta.discourse.org/t/discourse-mermaid/218242) + - [Mermaid Plugin](https://github.com/pnewell/discourse-mermaid), [And](https://github.com/unfoldingWord-dev/discourse-mermaid) - [Mattermost](https://mattermost.com/) - [Mermaid Plugin](https://github.com/SpikeTings/Mermaid) - [phpBB](https://phpbb.com) diff --git a/docs/syntax/flowchart.md b/docs/syntax/flowchart.md index 865d64e14..d19f71a97 100644 --- a/docs/syntax/flowchart.md +++ b/docs/syntax/flowchart.md @@ -467,7 +467,7 @@ flowchart TB A & B--> C & D ``` -If you describe the same diagram using the basic syntax, it will take four lines. A +If you describe the same diagram using the the basic syntax, it will take four lines. A word of warning, one could go overboard with this making the flowchart harder to read in markdown form. The Swedish word `lagom` comes to mind. It means, not too much and not too little. This goes for expressive syntaxes as well.