Skip to content

Commit

Permalink
#452: Put double comments on shortcodes
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-shpak committed Nov 2, 2022
1 parent 6090fdd commit 6e1b44c
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions exampleSite/content/docs/shortcodes/katex.md
Expand Up @@ -6,9 +6,9 @@ KaTeX shortcode let you render math typesetting in markdown document. See [KaTeX
{{< columns >}}

```latex
{{</* katex [display] [class="text-center"] */>}}
{{</*/* katex [display] [class="text-center"] */*/>}}
f(x) = \int_{-\infty}^\infty\hat f(\xi)\,e^{2 \pi i \xi x}\,d\xi
{{</* /katex */>}}
{{</*/* /katex */*/>}}
```

<--->
Expand Down
4 changes: 2 additions & 2 deletions exampleSite/content/docs/shortcodes/mermaid.md
Expand Up @@ -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
Expand All @@ -22,7 +22,7 @@ stateDiagram-v2
end note
State1 --> State2
note left of State2 : This is the note to the left.
{{</* /mermaid */>}}
{{</*/* /mermaid */*/>}}
```

<--->
Expand Down

0 comments on commit 6e1b44c

Please sign in to comment.