mavonEditor
mavonEditor copied to clipboard
[Bug] 英文单引号或双引号被markdown统一翻译成中文的
我也遇到了这个问题,什么时候能解决一下
参考这里的解决方案:https://github.com/theme-next/hexo-theme-next/issues/462 添加以下代码解决问题 this.$refs.md.markdownIt.options.typographer = false;