From 07503a5f2cfe48b658a8502deb1ab4a90ba589c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Fern=C3=A1ndez?= <48054752+victor23k@users.noreply.github.com> Date: Tue, 10 Oct 2023 16:07:15 +0200 Subject: [PATCH] Update link to KaTeX CSS in docs Closes GH-2341. Closes GH-2360. Reviewed-by: Titus Wormer --- docs/guides/math.mdx | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/guides/math.mdx b/docs/guides/math.mdx index 9d99dd19c..46ff6e0f4 100644 --- a/docs/guides/math.mdx +++ b/docs/guides/math.mdx @@ -5,7 +5,7 @@ export const info = { {name: 'Titus Wormer', github: 'wooorm', twitter: 'wooorm'} ], published: new Date('2021-10-06'), - modified: new Date('2022-12-14') + modified: new Date('2023-10-09') } # Math @@ -71,8 +71,10 @@ console.log( At the time of writing, the last version is: ```html - + ``` + + To get the latest link to the stylesheet, go to [`katex docs`][katex docs]. @@ -95,3 +97,5 @@ console.log( [options-rehype-plugins]: /packages/mdx/#optionsrehypeplugins [extend]: /docs/extending-mdx/ + +[katex docs]: https://katex.org/docs/browser#loading-as-global