Skip to content

Commit

Permalink
Update link to KaTeX css
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Jul 8, 2024
1 parent ef851e5 commit 0a7f276
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -213,8 +213,10 @@ You should use `katex.css` somewhere on the page where the math is shown to
style it properly.
At the time of writing, the last version is:
<!-- To do: update and copy paste the one from: https://katex.org/docs/browser -->
```html
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/katex@0.16.4/dist/katex.min.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/katex@0.16.11/dist/katex.min.css">
```
## Syntax
Expand Down

0 comments on commit 0a7f276

Please sign in to comment.