We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
公式解析引擎配置引用的是外部CDN地址,内网环境访问不了外网,直接把整个mathjax包npm下载回来放在内网静态资源服务器上感觉有点傻,能否用 import 组件的形式引入?如何实现呢?
mathBlock: { engine: "MathJax", // katex或MathJax src: "https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-svg.js" plugins: true, // 默认加载插件 }, inlineMath: { engine: "MathJax", // katex或MathJax src: "https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-svg.js" }
The text was updated successfully, but these errors were encountered:
目前是把整个包下载回内网放在static服务器上,可以正常工作,但是感觉应该还能优化下
Sorry, something went wrong.
No branches or pull requests
公式解析引擎配置引用的是外部CDN地址,内网环境访问不了外网,直接把整个mathjax包npm下载回来放在内网静态资源服务器上感觉有点傻,能否用 import 组件的形式引入?如何实现呢?
The text was updated successfully, but these errors were encountered: