Home > Development Tools > sublime > body text

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

藏色散人
Release: 2021-11-01 19:08:12
forward
2566 people have browsed it

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
Copy after login

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

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

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!

Related labels:
source:segmentfault.com
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template