Zixin Lin

Results 2 comments of Zixin Lin

same solution, it also works on mac with path ```shell /Users//.vscode/extensions/yzane.markdown-pdf-/template/template.html ``` or just append these lines to your markdown file ```html MathJax.Hub.Config({ tex2jax: {inlineMath: [['$', '$']]}, messageStyle: "none" });...

我在修改了 less 代码之后,选择使用 Prince 打印,仍然出现代码显示不全的问题;试图修改了 overflow 的几个属性,但是只有显示溢出页面和显示不全两种情况。 预期结果:它在一行不能完整显示时能够自动进行换行 我的 `.less` 代码: ``` .markdown-preview.markdown-preview { // modify your style here // eg: background-color: blue; font-family: Microsoft YaHei; /* prince设置参数 */ &.prince...