Skip to content

Commit

Permalink
Fix syntax in Katex markdown file
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-shpak committed Oct 4, 2024
1 parent 9cc0b02 commit d008a21
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions exampleSite/content.en/docs/shortcodes/katex.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@ KaTeX shortcode let you render math typesetting in markdown document. See [KaTeX
{{% columns %}}

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

<--->

{{<katex display=true>}}
{{< katex display=true >}}
f(x) = \int_{-\infty}^\infty\hat f(\xi)\,e^{2 \pi i \xi x}\,d\xi
{{</katex>}}
{{< /katex >}}

{{% /columns %}}

Expand Down

0 comments on commit d008a21

Please sign in to comment.