Skip to content

Commit d3398fe

Browse files
committed
Update link in docs
1 parent 7eb976d commit d3398fe

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

β€Ždocs/guides/math.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,8 @@ console.log(
7171
At the time of writing, the last version is:
7272

7373
```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">
74+
<!-- 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">
7576
```
7677

7778
To get the latest link to the stylesheet, go to [`katex docs`][katex docs].

0 commit comments

Comments
 (0)