Skip to content

Commit

Permalink
fix: MathJax expressions are not rendered properly (#1343)
Browse files Browse the repository at this point in the history
  • Loading branch information
memoryz committed Jan 13, 2022
1 parent ed0a5a8 commit 92f8b4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docusaurus.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const math = import('remark-math')
const math = require('remark-math')
const katex = require('rehype-katex')
const path = require('path');
const { all_examples } = require('./src/plugins/examples');
Expand Down

0 comments on commit 92f8b4d

Please sign in to comment.