diff --git a/packages/rehype-mathjax/lib/create-plugin.js b/packages/rehype-mathjax/lib/create-plugin.js index 0ac2e1a..547bf35 100644 --- a/packages/rehype-mathjax/lib/create-plugin.js +++ b/packages/rehype-mathjax/lib/create-plugin.js @@ -110,8 +110,8 @@ export function createPlugin(createRenderer) { return SKIP }) - if (found && renderer.styleSheet) { - context.children.push(renderer.styleSheet()) - } + // if (found && renderer.styleSheet) { + // context.children.push(renderer.styleSheet()) + // } } }