admin管理员组

文章数量:1516870

问题

IDEA plugin Markdown 插件启用的状态下,无法渲染 preview
尝试过此 提供的方法,依然没有解决

解决

遂决定前往 寻找答案,果真给我找到了,
搜索: 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硬件支持导致的!!!

本文标签: 解决当你尝试问题