File tree 1 file changed +6
-2
lines changed
1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ export const info = {
5
5
{name: ' Titus Wormer' , github: ' wooorm' , twitter: ' wooorm' }
6
6
],
7
7
published: new Date (' 2021-10-06' ),
8
- modified: new Date (' 2022-12-14 ' )
8
+ modified: new Date (' 2023-10-09 ' )
9
9
}
10
10
11
11
# Math
@@ -71,8 +71,10 @@ console.log(
71
71
At the time of writing, the last version is:
72
72
73
73
``` html
74
- <link rel =" stylesheet" href =" https://cdn.jsdelivr.net/npm/katex@0.15.2 /dist/katex.min.css" integrity =" sha384-RZU/ijkSsFbcmivfdRBQDtwuwVqK7GMOw6IMvKyeWL2K5UAlyp6WonmB8m7Jd0Hn " crossorigin =" anonymous" >
74
+ <link rel =" stylesheet" href =" https://cdn.jsdelivr.net/npm/katex@0.16.9 /dist/katex.min.css" integrity =" sha384-n8MVd4RsNIU0tAv4ct0nTaAbDJwPJzDEaqSD1odI+WdtXRGWt2kTvGFasHpSy3SV " crossorigin =" anonymous" >
75
75
```
76
+
77
+ To get the latest link to the stylesheet, go to [ ` katex docs ` ] [ katex docs ] .
76
78
</Note >
77
79
78
80
<Note type = " info" >
@@ -95,3 +97,5 @@ console.log(
95
97
[ options-rehype-plugins ] : /packages/mdx/#optionsrehypeplugins
96
98
97
99
[ extend ] : /docs/extending-mdx/
100
+
101
+ [ katex docs ] : https://katex.org/docs/browser#loading-as-global
You can’t perform that action at this time.
0 commit comments