Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
wenerme committed Apr 11, 2024
1 parent d827056 commit 0c5ca59
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion site/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,8 @@ const config = {
editUrl: 'https://github.com/wenerme/wener/edit/master/story/',

// https://katex.org/docs/options.html
remarkPlugins: [math, deflist],
// deflist 和 2013-09-24-数据库原理 for NCRE 4.md 有问题
remarkPlugins: [math, ],
rehypePlugins: [
[rehypeExtendedTable, {}],
[katex, { strict: (code) => (code === 'unicodeTextInMathMode' ? 'ignore' : 'error') }],
Expand Down

0 comments on commit 0c5ca59

Please sign in to comment.