Skip to content

Commit

Permalink
apply fix from remarkjs#80
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanhu7 committed Feb 10, 2023
1 parent 7e82f93 commit 2b51bbb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/rehype-mathjax/lib/create-plugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -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())
// }
}
}

0 comments on commit 2b51bbb

Please sign in to comment.