From 554938ca8ec81215e7779ab4e3e4b03de95b15c5 Mon Sep 17 00:00:00 2001 From: victor23k Date: Mon, 9 Oct 2023 18:40:27 +0200 Subject: [PATCH] Recover rehype-katex css link example updating the version. Update modified date of page. --- docs/guides/math.mdx | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/guides/math.mdx b/docs/guides/math.mdx index 2ca6188c0..50a429f8a 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 @@ -68,6 +68,11 @@ console.log( **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 + + ``` + To get the latest link to the stylesheet, go to [`katex docs`][katex docs].