From db8bd021be6e421e59170114d4ca6a59292e0d4d Mon Sep 17 00:00:00 2001 From: Barbara Valdez <34872381+barbaravaldez@users.noreply.github.com> Date: Wed, 10 Aug 2022 13:17:48 -0700 Subject: [PATCH] update relative path to katex css (#20293) --- extensions/markdown-math/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions/markdown-math/package.json b/extensions/markdown-math/package.json index 62400fbd6e..b7a2ad267b 100644 --- a/extensions/markdown-math/package.json +++ b/extensions/markdown-math/package.json @@ -35,7 +35,7 @@ ], "markdown.markdownItPlugins": true, "markdown.previewStyles": [ - "./node_modules/katex/dist/katex.min.css", + "./notebook-out/katex.min.css", "./preview-styles/index.css" ], "configuration": [