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
This commit is contained in:
Stewart-YU
2017-09-02 08:42:21 +08:00
committed by Andrew Chen
parent cc289c8f6c
commit 061a16bfb5
@@ -74,13 +74,8 @@ web server:
1. View your staged content at `http://localhost:4000`.
<i>NOTE: If you do not want Jekyll to interfere with your other globally installed gems, you can use `bundler`:</i>
gem install bundler
bundle install
bundler exec jekyll serve
<i> Regardless of whether you use `bundler` or not, your copy of the site will then be viewable at: http://localhost:4000</i>
**Note:** "If you do not want Jekyll to interfere with your other globally installed gems, you can use `bundler`: <br /> <br /> ```gem install bundler``` <br /> ```bundle install``` <br /> ```bundler exec jekyll serve``` <br /> <br /> Regardless of whether you use `bundler` or not, your copy of the site will then be viewable at: http://localhost:4000
{: .note}
{% endcapture %}