首页 > 代码库 > sublimeText OmniMarkupPreviewer 404
sublimeText OmniMarkupPreviewer 404
这个错误也是出现的莫名奇妙。
"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
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。