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 %}