LoginSignup
0
2

More than 5 years have passed since last update.

GitHub flavored markdown をローカルでプレビューする

Last updated at Posted at 2018-05-10

Grip を使う.

  1. Grip をインストール.

    # using pip
    $ pip install -U grip
    
    # using brew
    $ brew install grip
    
  2. プレビューする markdown ファイルを指定して HTTP サーバーを起動.

    $ grip /path/to/foo.md
    
  3. ブラウザで http://localhost:6419/ にアクセスしてレンダリング結果を確認する.

0
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
2