migrate katex ( js portion ) to js bundle
This commit is contained in:
parent
fbafe4f671
commit
bf236e029e
10 changed files with 32 additions and 20 deletions
|
@ -17,3 +17,7 @@ if (process.env.FEATURE_FLOWCHART) {
|
|||
if (process.env.FEATURE_SYNTAXHIGHLIGHT) {
|
||||
import('./syntaxhighlight');
|
||||
}
|
||||
|
||||
if (process.env.FEATURE_MATH) {
|
||||
import('./math');
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue