曲岳
曲岳
I have installed code-server successfully by yarn. But there are existing a lot of errors. I'm not sure the reasons which cause these errors. 1. When I create a file...
@max-hk Wow, It works! What's more, this method can not only open terminal , but also solve (1) (3)(4). Thank you very much!
Another error, my builtin image viewer can not work, although I run `npm rebuild`. It will show "An error occurred while loading the image". And there is always an error...
我之所以发现这个问题,是因为Mathjax有许多公式不支持,比如$\reals$, $\rarr$等等,我才换的katex。如果有大神可以在Mathjax上解决这个问题,也可以告诉我,非常感谢
index.html ``` Cherry Editor - Markdown Editor html, body { margin: 0; padding: 0; height: 100%; /* overflow: hidden; */ } video { max-width: 400px; } #demo-val { display: none;...
index-demo.js ``` mathBlock: { engine: 'katex', // katex或MathJax // src: 'https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-svg.js', // 如果使用MathJax plugins,则需要使用该url通过script标签引入 }, inlineMath: { engine: 'katex', // katex或MathJax }, ```
使用的是live server, 在Microsoft edge 110.0.1587.63 (正式版本) (64 位) 和 safari上都不好使 