-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
3 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -68,11 +68,7 @@ console.log( | |
<Note type="important"> | ||
**Important**: if you chose `rehype-katex`, you should also use `katex.css` | ||
somewhere on the page to style math properly. | ||
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-RZU/ijkSsFbcmivfdRBQDtwuwVqK7GMOw6IMvKyeWL2K5UAlyp6WonmB8m7Jd0Hn" crossorigin="anonymous"> | ||
``` | ||
To get the latest link to the stylesheet, go to [`katex docs`][katex docs]. | ||
</Note> | ||
|
||
<Note type="info"> | ||
|
@@ -95,3 +91,5 @@ console.log( | |
[options-rehype-plugins]: /packages/mdx/#optionsrehypeplugins | ||
|
||
[extend]: /docs/extending-mdx/ | ||
|
||
[katex docs]: https://katex.org/docs/browser#loading-as-global |