sublime text3 で書いた Markdown をブラウザでプレビューする方法
参考gif画像
sublime text で書いたMarkdownをリアルタイムでブラウザに表示させます。
環境
MacOS Sierra 10.12.6
Sublime Text 3
※ package controlをインストールしておいてください
準備
1、command + shift + p で Command Pallet を開く。
2、install と入力して、Package Control: Install Packages を選択。
3、OmniMarkupPreviewer と入力し選択。
以上で準備完了です!!
ブラウザでプレビュー
sublime textを開き「.md」ファイル内で command + option + o を押すとブラウザが開き、マークダウンをプレビューすることができる。
エラーが出たら
Preferences → Package Settings → OmniMarkupPreviewer → Settings - Userに
{
"renderer_options-MarkdownRenderer": {
"extensions": ["tables", "fenced_code", "codehilite"]
}
}
を入力すれば解決する。
Author And Source
この問題について(sublime text3 で書いた Markdown をブラウザでプレビューする方法), 我々は、より多くの情報をここで見つけました https://qiita.com/makoWeb1/items/0855cc5553468c63d4c7著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .