diff --git a/docs/02-displaying-data.ja-JP.md b/docs/02-displaying-data.ja-JP.md
index 856ad825..7aef1f05 100644
--- a/docs/02-displaying-data.ja-JP.md
+++ b/docs/02-displaying-data.ja-JP.md
@@ -17,6 +17,7 @@ UIについて、最も基本的なことは、いくつかのデータを表示
+
Hello React
diff --git a/docs/02-displaying-data.ko-KR.md b/docs/02-displaying-data.ko-KR.md
index 33838ea9..acc7f3c6 100644
--- a/docs/02-displaying-data.ko-KR.md
+++ b/docs/02-displaying-data.ko-KR.md
@@ -16,6 +16,7 @@ UI를 가지고 할 수 있는 가장 기초적인 것은 데이터를 표시하
+
Hello React
diff --git a/docs/02-displaying-data.md b/docs/02-displaying-data.md
index e3d00387..f4f00123 100644
--- a/docs/02-displaying-data.md
+++ b/docs/02-displaying-data.md
@@ -17,6 +17,7 @@ Let's look at a really simple example. Create a `hello-react.html` file with the
+
Hello React
diff --git a/docs/02-displaying-data.zh-CN.md b/docs/02-displaying-data.zh-CN.md
index 4e2a8723..c8bf28a7 100644
--- a/docs/02-displaying-data.zh-CN.md
+++ b/docs/02-displaying-data.zh-CN.md
@@ -18,6 +18,7 @@ next: jsx-in-depth-zh-CN.html
+
Hello React
@@ -80,7 +81,7 @@ React 组件非常简单。你可以认为它们就是简单的函数,接受 `
我们得出解决这个问题最好的方案是通过 JavaScript 直接生成模板,这样你就可以用一个真正语言的所有表达能力去构建用户界面。为了使这变得更简单,我们做了一个非常简单、**可选**类似 HTML 语法 ,通过函数调用即可生成模板的编译器,称为 JSX。
-**JSX 让你可以用 HTML 语法去写 JavaScript 函数调用** 为了在 React 生成一个链接,通过纯 JavaScript 你可以这么写:
+**JSX 让你可以用 HTML 语法去写 JavaScript 函数调用** 为了在 React 生成一个链接,通过纯 JavaScript 你可以这么写:
`React.createElement('a', {href: 'https://facebook.github.io/react/'}, 'Hello React!')`。
diff --git a/docs/getting-started.ja-JP.md b/docs/getting-started.ja-JP.md
index 7de3305a..d00d6220 100644
--- a/docs/getting-started.ja-JP.md
+++ b/docs/getting-started.ja-JP.md
@@ -29,6 +29,7 @@ React でのハッキングを始めるにあたり、一番簡単なものと
+
Hello React!
@@ -95,6 +96,7 @@ React.render(
+
Hello React!
diff --git a/docs/getting-started.ko-KR.md b/docs/getting-started.ko-KR.md
index a80be6bd..58fc155c 100644
--- a/docs/getting-started.ko-KR.md
+++ b/docs/getting-started.ko-KR.md
@@ -29,6 +29,7 @@ React를 시작하는 가장 빠른 방법은 다음의 Hello World JSFiddle 예
+
Hello React!
@@ -93,6 +94,7 @@ React.render(
+
Hello React!
diff --git a/docs/getting-started.md b/docs/getting-started.md
index d8ccf33e..2f19908c 100644
--- a/docs/getting-started.md
+++ b/docs/getting-started.md
@@ -28,6 +28,7 @@ In the root directory of the starter kit, create a `helloworld.html` with the fo
+
Hello React!
@@ -94,6 +95,7 @@ Update your HTML file as below:
+
Hello React!
@@ -111,7 +113,7 @@ If you want to use React with [browserify](http://browserify.org/), [webpack](ht
## Next Steps
-Check out [the tutorial](/react/docs/tutorial.html) and the other examples in the starter kit's `examples` directory to learn more.
+Check out [the tutorial](/react/docs/tutorial.html) and the other examples in the starter kit's `examples` directory to learn more.
We also have a wiki where the community contributes with [workflows, UI-components, routing, data management etc.](https://github.com/facebook/react/wiki/Complementary-Tools)
diff --git a/docs/getting-started.zh-CN.md b/docs/getting-started.zh-CN.md
index 7555ed34..7b049ef4 100644
--- a/docs/getting-started.zh-CN.md
+++ b/docs/getting-started.zh-CN.md
@@ -29,6 +29,7 @@ redirect_from: "docs/index-zh-CN.html"
+
Hello React!
@@ -94,6 +95,7 @@ React.render(
+
Hello React!
diff --git a/docs/tutorial.ja-JP.md b/docs/tutorial.ja-JP.md
index 561d46e0..8d46f925 100644
--- a/docs/tutorial.ja-JP.md
+++ b/docs/tutorial.ja-JP.md
@@ -39,6 +39,7 @@ next: thinking-in-react-ja-JP.html
+
Hello React
@@ -219,6 +220,7 @@ Markdown はインラインでテキストをフォーマットする簡単な
```html{7}
+
Hello React
diff --git a/docs/tutorial.ko-KR.md b/docs/tutorial.ko-KR.md
index 8e074579..b8009646 100644
--- a/docs/tutorial.ko-KR.md
+++ b/docs/tutorial.ko-KR.md
@@ -39,6 +39,7 @@ next: thinking-in-react-ko-KR.html
+
Hello React
@@ -222,6 +223,7 @@ Markdown은 텍스트를 포맷팅하는 간단한 방식입니다. 예를 들
```html{7}
+
Hello React
diff --git a/docs/tutorial.md b/docs/tutorial.md
index 29cf83b7..aa2f04e9 100644
--- a/docs/tutorial.md
+++ b/docs/tutorial.md
@@ -38,6 +38,7 @@ For this tutorial, we'll use prebuilt JavaScript files on a CDN. Open up your fa
+
Hello React
@@ -220,6 +221,7 @@ First, add the third-party library **marked** to your application. This is a Jav
```html{7}
+
Hello React