From 6e1b44c4c4654d8abb8c534b50869c754b8cad27 Mon Sep 17 00:00:00 2001 From: Alex Shpak Date: Wed, 2 Nov 2022 23:09:01 +0100 Subject: #452: Put double comments on shortcodes --- exampleSite/content/docs/shortcodes/mermaid.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'exampleSite/content/docs/shortcodes/mermaid.md') diff --git a/exampleSite/content/docs/shortcodes/mermaid.md b/exampleSite/content/docs/shortcodes/mermaid.md index 8c43419..a9ed4d4 100644 --- a/exampleSite/content/docs/shortcodes/mermaid.md +++ b/exampleSite/content/docs/shortcodes/mermaid.md @@ -13,7 +13,7 @@ create a `mermaid.json` file in your `assets` folder! {{< columns >}} ```tpl -{{}} +{{}} stateDiagram-v2 State1: The state with a note note right of State1 @@ -22,7 +22,7 @@ stateDiagram-v2 end note State1 --> State2 note left of State2 : This is the note to the left. -{{}} +{{}} ``` <---> -- cgit v1.2.3