File tree 3 files changed +3
-3
lines changed 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ console.log(
75
75
76
76
``` html
77
77
<!-- Get the latest one from: https://katex.org/docs/browser -->
78
- <
link rel =
" stylesheet" href =
" https://cdn.jsdelivr.net/npm/[email protected] .10 /dist/katex.min.css" integrity =
" sha384-wcIxkf4k558AjM3Yz3BBFQUbk/zgIYC2R0QpeeYb+TwlBVMrlgLqwRjRtGZiK7ww " crossorigin =
" anonymous" >
78
+ <
link rel =
" stylesheet" href =
" https://cdn.jsdelivr.net/npm/[email protected] .11 /dist/katex.min.css" integrity =
" sha384-nB0miv6/jRmo5UMMR1wu3Gz6NLsoTkbqJghGIsx//Rlm+ZU03BU6SQNC66uf4l5+ " crossorigin =
" anonymous" >
79
79
```
80
80
81
81
To get the latest link to the stylesheet, go to [ ` katex docs ` ] [ katex docs ] .
Original file line number Diff line number Diff line change @@ -346,7 +346,7 @@ export function recmaDocument(options) {
346
346
// `baseHref` at compile time here and statements are static
347
347
// strings, we can do it now.
348
348
try {
349
- // To do: use `URL.canParse` next major .
349
+ // To do: next major: use `URL.canParse`.
350
350
// eslint-disable-next-line no-new
351
351
new URL ( value )
352
352
// Fine: a full URL.
Original file line number Diff line number Diff line change 10
10
"lib" : [" es2022" ],
11
11
"module" : " node16" ,
12
12
"moduleResolution" : " node16" ,
13
- // Needed for DocSearch for now: <https://github.com/mdx-js/mdx/issues/1776#issuecomment-2349294900>.
13
+ // To do: needed for DocSearch for now: <https://github.com/mdx-js/mdx/issues/1776#issuecomment-2349294900>.
14
14
"skipLibCheck" : true ,
15
15
"strict" : true ,
16
16
"target" : " es2022"
You can’t perform that action at this time.
0 commit comments