diff options
author | Alex Shpak <alex-shpak@users.noreply.github.com> | 2022-11-02 23:09:01 +0100 |
---|---|---|
committer | Alex Shpak <alex-shpak@users.noreply.github.com> | 2022-11-02 23:09:40 +0100 |
commit | 6e1b44c4c4654d8abb8c534b50869c754b8cad27 (patch) | |
tree | 7b643866a0aae79bdae5a2afd1897b1457f69f94 /exampleSite/content/docs/shortcodes | |
parent | 6090fddebdf7272995c9cef36edf0cff61e261b9 (diff) |
#452: Put double comments on shortcodes
Diffstat (limited to 'exampleSite/content/docs/shortcodes')
-rw-r--r-- | exampleSite/content/docs/shortcodes/katex.md | 4 | ||||
-rw-r--r-- | exampleSite/content/docs/shortcodes/mermaid.md | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/exampleSite/content/docs/shortcodes/katex.md b/exampleSite/content/docs/shortcodes/katex.md index 4beeaa0..7587bd7 100644 --- a/exampleSite/content/docs/shortcodes/katex.md +++ b/exampleSite/content/docs/shortcodes/katex.md @@ -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 */*/>}} ``` <---> 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 -{{</* 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 */*/>}} ``` <---> |