问题

在win10平台安装了MarkdownPad 2之后,发现在渲染md文件时报错,在预览页面无法正常渲染HTML:

安装报错提示前往官网,可以看到如下的解决方法:

LivePreview is not working - it displays an error message stating This view has crashed!
This issue has been specifically observed in Windows 8. You may see an error message as shown here, and no HTML will be rendered when you type in the Markdown Editor pane.

To fix this issue, please try installing the Awesomium 1.6.6 SDK.

If you continue to experience issues, please install Microsoft's DirectX End-User Runtimes (June 2010).

解决方法

  1. 请尝试安装Awesomium 1.6.6 SDK
  2. 在安装之后依然有这个问题,请安装Microsoft's DirectX End-User Runtimes (June 2010)

参考链接

最新文章

  1. IntelliJ添加Emacs编辑器
  2. hadoop如何处理长时间运行不完成的map/reduce 任务?
  3. Javascript 笔记与总结(1-1)作用域
  4. WCF入门(二)-----实战开发
  5. 加一个 时间戳 TimeStamp 可以解决 重复提交问题 SqlServer
  6. linux命令之pwd(print working drectory)
  7. HDU 5062 Beautiful Palindrome Number(数学)
  8. Gym 101667I Slot Machines
  9. 调用链监控 CAT 之 URL埋点实践
  10. RPM-GPG-KEY详解
  11. json字符串CSS格式化
  12. CAD数据导入Arcgis10.1的依赖关系
  13. Confluence 6 连接到 Jira 用户管理的建议
  14. PXC添加新节点
  15. day28元类与异常查找
  16. Linux和Windows中查看端口占用情况
  17. hdu2068 RPG的错排 组合数/递推
  18. supervisor简洁用例
  19. myslq的索引类型为MyISAM和BDB的表:复合索引下的自增长
  20. [arc079f] Namori Grundy 分类讨论

热门文章

  1. 异常描述:hibernate懒加载中,用OpenSessionInViewFilter解决之后,同时对一个collection创建两个session访问导致异常(Illegal attempt to associate a collection with two open sessions)
  2. VK Cup 2015 - Round 2 E. Correcting Mistakes —— 字符串
  3. Gym - 100187E E - Two Labyrinths —— bfs
  4. object_test.py
  5. 23.java方法的深入
  6. .net网站部署时错误——未能加载文件或程序集(Could not load file or assembly)——的解决
  7. 【转】cache buffer chain 第一篇
  8. TwinCAT3的c++和标准c++(c++11)特性区别
  9. Hadoop2 使用 YARN 运行 MapReduce 的过程源码分析
  10. java8--List转为Map、分组、过滤、求和等操作