问题
IDEA plugin Markdown 插件启用的状态下,无法渲染preview
尝试过此博客提供的方法,依然没有解决
解决
遂决定前往jetbrains youtrack寻找答案,果真给我找到了,
搜索:project: {IntelliJ IDEA} markdown
找到一篇名为Markdown preview doesn't work anymore after last IDE update该文链接
其中提供了这么一个解决方法:
Does it help if you add ide.browser.jcef.gpu.disable=true in Help | Edit Custom Properties and restart the IDE?
也就是在idea的安装目录下bin路径下找到idea.properties文件,并在最后加上如下配置
ide.browser.jcef.gpu.disable=true
为什么会出现这样问题
因为公司提供的云开发环境没有gpu硬件支持导致的!!!