From 1f040fa2628ff117d36c21333b39a592f68357ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Weber?= Date: Mon, 31 Oct 2022 15:15:50 +0100 Subject: [PATCH] mermaid: allow passing of parameters with codefence syntax #360 --- exampleSite/content/shortcodes/mermaid.en.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/exampleSite/content/shortcodes/mermaid.en.md b/exampleSite/content/shortcodes/mermaid.en.md index 07fa90a019..be77ba2071 100644 --- a/exampleSite/content/shortcodes/mermaid.en.md +++ b/exampleSite/content/shortcodes/mermaid.en.md @@ -70,8 +70,6 @@ The generated graphs can be be panned by dragging them and zoomed by using the m ### Parameter -Passing parameters is supported for each available syntax (codefence, shortcode and partial). - | Name | Default | Notes | |:----------------------|:-----------------|:------------| | **align** | `center` | Allowed values are `left`, `center` or `right`. |