#452: Put double comments on shortcodes
This commit is contained in:
@@ -13,7 +13,7 @@ create a `mermaid.json` file in your `assets` folder!
|
||||
|
||||
{{< columns >}}
|
||||
```tpl
|
||||
{{</* mermaid [class="text-center"]*/>}}
|
||||
{{</*/* mermaid [class="text-center"]*/*/>}}
|
||||
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.
|
||||
{{</* /mermaid */>}}
|
||||
{{</*/* /mermaid */*/>}}
|
||||
```
|
||||
|
||||
<--->
|
||||
|
||||
Reference in New Issue
Block a user