Skip to content

Commit

Permalink
Update link in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed May 21, 2024
1 parent 7eb976d commit d3398fe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/guides/math.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,8 @@ console.log(
At the time of writing, the last version is:

```html
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/katex.min.css" integrity="sha384-n8MVd4RsNIU0tAv4ct0nTaAbDJwPJzDEaqSD1odI+WdtXRGWt2kTvGFasHpSy3SV" crossorigin="anonymous">
<!-- Get the latest one from: https://katex.org/docs/browser -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/katex.min.css" integrity="sha384-wcIxkf4k558AjM3Yz3BBFQUbk/zgIYC2R0QpeeYb+TwlBVMrlgLqwRjRtGZiK7ww" crossorigin="anonymous">
```

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

0 comments on commit d3398fe

Please sign in to comment.