From f6791064b6efe78d0abf7ae0d26964cfbac0856f Mon Sep 17 00:00:00 2001 From: xuhuilong Date: Sat, 28 Oct 2017 12:00:43 +0800 Subject: [PATCH] remote the " char --- docs/home/contribute/stage-documentation-changes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/home/contribute/stage-documentation-changes.md b/docs/home/contribute/stage-documentation-changes.md index e43850779d..31932c1c81 100644 --- a/docs/home/contribute/stage-documentation-changes.md +++ b/docs/home/contribute/stage-documentation-changes.md @@ -74,7 +74,7 @@ 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 %}