Home  >  Article  >  Development Tools  >  What should I do if 404 appears in OmniMarkupPreviewer in sublime3?

What should I do if 404 appears in OmniMarkupPreviewer in sublime3?

藏色散人
藏色散人forward
2021-10-14 17:01:352477browse

The following tutorial column will introduce you to the sublime text 3 plug-in OmniMarkupPreviewer 404 solution. I hope it will be helpful to friends in need!

What should I do if 404 appears in OmniMarkupPreviewer in sublime3?sublime text 3 plug-in OmniMarkupPreviewer reports 404 solution

OmniMarkupPreviewer as Sublime Text A powerful plug-in that supports rendering markup language into HTML and previews it in real time on the browser. It also supports exporting HTML source code files, making markdown editing particularly convenient.

1. Open configuration:
Sublime Text > Preferences > Package Settings > OmniMarkupPreviewer > Settings - User

2. Remove strikeout in the extensions configuration and change it to the following

{
    "renderer_options-MarkdownRenderer": {
        "extensions": ["tables", "fenced_code", "codehilite"]
    }
}

The above is the detailed content of What should I do if 404 appears in OmniMarkupPreviewer in sublime3?. For more information, please follow other related articles on the PHP Chinese website!

Statement:
This article is reproduced at:segmentfault.com. If there is any infringement, please contact admin@php.cn delete