We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7eb976d commit d3398feCopy full SHA for d3398fe
βdocs/guides/math.mdx
@@ -71,7 +71,8 @@ console.log(
71
At the time of writing, the last version is:
72
73
```html
74
- <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/katex@0.16.9/dist/katex.min.css" integrity="sha384-n8MVd4RsNIU0tAv4ct0nTaAbDJwPJzDEaqSD1odI+WdtXRGWt2kTvGFasHpSy3SV" crossorigin="anonymous">
+ <!-- Get the latest one from: https://katex.org/docs/browser -->
75
+ <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/katex@0.16.10/dist/katex.min.css" integrity="sha384-wcIxkf4k558AjM3Yz3BBFQUbk/zgIYC2R0QpeeYb+TwlBVMrlgLqwRjRtGZiK7ww" crossorigin="anonymous">
76
```
77
78
To get the latest link to the stylesheet, go to [`katex docs`][katex docs].
0 commit comments