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!
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!