From 061a16bfb58bef86a30d54867498f4ad9ba79e6a Mon Sep 17 00:00:00 2001 From: Stewart-YU Date: Sat, 2 Sep 2017 08:42:21 +0800 Subject: [PATCH] Update stage-documentation-changes.md (#5213) * Update stage-documentation-changes.md Fix the format. The format in orginal web page is confusion. * convert note to callout * make note multiline * fix code block --- docs/home/contribute/stage-documentation-changes.md | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/docs/home/contribute/stage-documentation-changes.md b/docs/home/contribute/stage-documentation-changes.md index c81ea176ed..718da7df94 100644 --- a/docs/home/contribute/stage-documentation-changes.md +++ b/docs/home/contribute/stage-documentation-changes.md @@ -74,13 +74,8 @@ web server: 1. View your staged content at `http://localhost:4000`. -NOTE: If you do not want Jekyll to interfere with your other globally installed gems, you can use `bundler`: - - gem install bundler - bundle install - bundler exec jekyll serve - - Regardless of whether you use `bundler` or not, your copy of the site will then be viewable at: http://localhost:4000 +**Note:** "If you do not want Jekyll to interfere with your other globally installed gems, you can use `bundler`:

```gem install bundler```
```bundle install```
```bundler exec jekyll serve```

Regardless of whether you use `bundler` or not, your copy of the site will then be viewable at: http://localhost:4000 +{: .note} {% endcapture %}