yuriever
yuriever
> We've received a report that version 1.5.3.8a runs smoothly on M2 Mac Venture. Would you like to give it a try? > > #368 1.5.3.8a Apple M2 Ventura 13.3.1...
> Sorry right now this is a bit hard to fix. A solution is to escape the `_`: > > ``` > # (-\_-) > ``` It seems that the...
“不能很好的渲染”指的是什么? 我这里的效果是: config.js里面是 ``` loader: { load: ['[tex]/tagformat', '[tex]/configmacros', '[tex]/physics', '[tex]/upgreek'] }, tex: { // packages included packages: { '[+]': ['tagformat', 'configmacros', 'physics', 'upgreek'] }, ... ```
Do you mean the `\newcommand` macros? They can be added to `Markdown Preview Enhanced: Open Config Script (Global)` , e.g. ``` mathjaxConfig: { loader: { load: ['[tex]/tagformat', '[tex]/configmacros', '[tex]/physics'] },...
我也遇到了scroll sync的问题,原因不明。我的md文件包含mermaid。downgrade到0.6.8可以解决。