码迷,mamicode.com
首页 > 其他好文 > 详细

sublimeText OmniMarkupPreviewer 404

时间:2016-12-13 06:50:12      阅读:259      评论:0      收藏:0      [点我收藏+]

标签:pre   ext   options   git   work   href   his   erro   tps   

这个错误也是出现的莫名奇妙。

"Error: 404 Not Found
Sorry, the requested URL ‘http://127.0.0.1:51004/view/29‘ caused an error:

‘buffer_id(29) is not valid (closed or unsupported file format)‘

NOTE: If you run multiple instances of Sublime Text, you may want to adjust
the server_port option in order to get this plugin work again."

 

解决方案:

  Sublime Text > Preferences > Package Settings > OmniMarkupPreviewer > Settings - User

1 {
2     "renderer_options-MarkdownRenderer": {
3         "extensions": ["tables", "fenced_code", "codehilite"]
4     }
5 }

 

参考:

  http://www.jianshu.com/p/d8367fec0edf

  https://github.com/timonwong/OmniMarkupPreviewer/issues

  

sublimeText OmniMarkupPreviewer 404

标签:pre   ext   options   git   work   href   his   erro   tps   

原文地址:http://www.cnblogs.com/moyan01/p/6166327.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!