From 5693f6360333811a0ca8085e698bea8203946704 Mon Sep 17 00:00:00 2001 From: Lishid Date: Tue, 4 Apr 2023 11:22:19 -0400 Subject: [PATCH 1/4] Fix git graph css bracket leak --- packages/mermaid/src/diagrams/git/styles.js | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/mermaid/src/diagrams/git/styles.js b/packages/mermaid/src/diagrams/git/styles.js index 7417602356..1836e9dff6 100644 --- a/packages/mermaid/src/diagrams/git/styles.js +++ b/packages/mermaid/src/diagrams/git/styles.js @@ -56,7 +56,6 @@ const getStyles = (options) => font-size: 18px; fill: ${options.textColor}; } - } `; export default getStyles; From 8aa51cf3e7272e41ddeabed05d3154f99c8d4155 Mon Sep 17 00:00:00 2001 From: Bishop Clark Date: Thu, 13 Apr 2023 16:59:13 -0700 Subject: [PATCH 2/4] Update bug_report.yml correct adjective order --- .github/ISSUE_TEMPLATE/bug_report.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 1d1724a5ec..1b84bfd45e 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -50,7 +50,7 @@ body: attributes: label: Setup description: |- - Please fill out the below info. + Please fill out the info below. Note that you only need to fill out the relevant section value: |- - Mermaid version: From 8c4fb6c753abf92c88c643eded2e44c71886cc12 Mon Sep 17 00:00:00 2001 From: eitsupi <50911393+eitsupi@users.noreply.github.com> Date: Sat, 15 Apr 2023 16:49:32 +0900 Subject: [PATCH 3/4] docs(integrations): list quarto --- packages/mermaid/src/docs/ecosystem/integrations.md | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/mermaid/src/docs/ecosystem/integrations.md b/packages/mermaid/src/docs/ecosystem/integrations.md index a0a9044254..3dbd943bbe 100644 --- a/packages/mermaid/src/docs/ecosystem/integrations.md +++ b/packages/mermaid/src/docs/ecosystem/integrations.md @@ -155,6 +155,7 @@ They also serve as proof of concept, for the variety of things that can be built - [codedoc-mermaid-plugin](https://www.npmjs.com/package/codedoc-mermaid-plugin) - [mdbook](https://rust-lang.github.io/mdBook/index.html) - [mdbook-mermaid](https://github.com/badboy/mdbook-mermaid) +- [Quarto](https://quarto.org/) ## Browser Extensions From 432e8d6535a4869fe4503d13264382838bb386f5 Mon Sep 17 00:00:00 2001 From: eitsupi <50911393+eitsupi@users.noreply.github.com> Date: Sat, 15 Apr 2023 17:01:51 +0900 Subject: [PATCH 4/4] docs: reflect source changes --- docs/ecosystem/integrations.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/ecosystem/integrations.md b/docs/ecosystem/integrations.md index 9cd8bc9a5d..df58afe678 100644 --- a/docs/ecosystem/integrations.md +++ b/docs/ecosystem/integrations.md @@ -161,6 +161,7 @@ They also serve as proof of concept, for the variety of things that can be built - [codedoc-mermaid-plugin](https://www.npmjs.com/package/codedoc-mermaid-plugin) - [mdbook](https://rust-lang.github.io/mdBook/index.html) - [mdbook-mermaid](https://github.com/badboy/mdbook-mermaid) +- [Quarto](https://quarto.org/) ## Browser Extensions